Prevent concurrent deployer pod creation#8478
Prevent concurrent deployer pod creation#8478openshift-bot merged 2 commits intoopenshift:masterfrom
Conversation
When cancelling deployer pods while the deployment is still in a New phase, transition the deployment to a non-terminal phase so that the other controllers don't think the deployment is complete/failed before the deployer pods for the cancelled deployment have actually terminated.
|
[test] |
1 similar comment
|
[test] |
|
Evaluated for origin test up to 0338631 |
|
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/2937/) |
|
Approved LGTM [merge] |
|
Flaked on kubernetes/kubernetes#24125 [merge] |
|
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/5585/) (Image: devenv-rhel7_3965) |
|
LGTM I am still wondering why the deployer cancellation I added didn't work even with the deployment transitioned to failed. |
|
[merge] On Wed, Apr 13, 2016 at 2:06 AM, Michail Kargakis notifications@github.com
|
|
Opened #8502 for the flake On Wed, Apr 13, 2016 at 12:58 PM, Clayton Coleman ccoleman@redhat.com
|
|
Evaluated for origin merge up to 0338631 |
When cancelling deployer pods while the deployment is still in a New
phase, transition the deployment to a non-terminal phase so that the
other controllers don't think the deployment is complete/failed before
the deployer pods for the cancelled deployment have actually terminated.
For #8403