-
Notifications
You must be signed in to change notification settings - Fork 4.7k
deploy: default maxSurge/maxUnavailable separately #11678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy: default maxSurge/maxUnavailable separately #11678
Conversation
[test] |
@@ -351,7 +351,7 @@ func updateConditions(config deployapi.DeploymentConfig, newStatus *deployapi.De | |||
if latestRC != nil { | |||
switch deployutil.DeploymentStatusFor(latestRC) { | |||
case deployapi.DeploymentStatusPending: | |||
msg := fmt.Sprintf("Waiting on deployer pod for replication controller %q to be scheduled", latestRC.Name) | |||
msg := fmt.Sprintf("Waiting deployer pod for replication controller %q to run", latestRC.Name) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deployer pod waiting for replication controller :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are not waiting for the rc and that wording doesn't make it clear.
@mfojtik updated, ptal |
LGTM [merge] This is fixing BZ 1389170. |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/11021/) (Image: devenv-rhel7_5305) |
Evaluated for origin merge up to 56f4626 |
#10228 [test] |
[test] |
Evaluated for origin test up to 56f4626 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/11021/) (Base Commit: cf6ed4b) |
Restores defaulting for maxSurge/maxUnavailable (regressed in #11090)
@mfojtik ptal
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1389170