Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
106e5051
Commit
106e5051
authored
5 years ago
by
Sergej
Committed by
Grzegorz Bizon
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rollout status for statefulsets and daemonsets
parent
b1663983
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
changelogs/unreleased/kinolaev-master-patch-87865.yml
changelogs/unreleased/kinolaev-master-patch-87865.yml
+5
-0
lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
+3
-1
No files found.
changelogs/unreleased/kinolaev-master-patch-87865.yml
0 → 100644
View file @
106e5051
---
title
:
Fix rollout status for statefulsets and daemonsets
merge_request
:
24972
author
:
Sergej Nikolaev <kinolaev@gmail.com>
type
:
fixed
This diff is collapsed.
Click to expand it.
lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
View file @
106e5051
...
...
@@ -54,6 +54,8 @@ variables:
DOCKER_DRIVER
:
overlay2
ROLLOUT_RESOURCE_TYPE
:
deployment
stages
:
-
build
-
test
...
...
@@ -740,7 +742,7 @@ rollout 100%:
chart/
fi
kubectl rollout status -n "$KUBE_NAMESPACE" -w "
deployment
/$name"
kubectl rollout status -n "$KUBE_NAMESPACE" -w "
$ROLLOUT_RESOURCE_TYPE
/$name"
}
function scale() {
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment