-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
status: detect when DaemonSets and Deployments are rolling out
There are a few additional states that indicate a Deployment or DaemonSet is progressing and not yet fully deployed: - ObservedGeneration < Generation means the relevant controller has not yet observed the changes - UpdatedReplicas / UpdatedNumberScheduled too small means that the update has not fully rolled out. Fixes: #413 which was somehow reverted in a refactor Signed-off-by: Casey Callendrello <[email protected]>
- Loading branch information
Showing
2 changed files
with
52 additions
and
11 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