-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Deployment await logic for extensions/v1beta1 (#657)
The Deployment await logic was not correctly checking rollout success for the `extensions/v1beta1` apiVersion, which was causing the await logic to erroneously pass for change triggered rollouts, even if the Deployment was invalid. Added additional logic to the readiness check to properly detect readiness for `extensions/v1beta1` Deployments.
- Loading branch information
1 parent
d11fdd8
commit a6dabf8
Showing
3 changed files
with
73 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters