-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that Daemonset controller has acted on the Daemonset.
In status.Compute() -> checkGenericProperties() -> checkGeneration(), we check that metadata.generation is equal to status.observedGeneration but don't return an InProgress status if either of them is unset. This may be reasonable for generic resource where we are unsure if these fields would be set, but for daemonsets, we *know* that these fields get set by the controller and so we should ensure that. This addresses #548
- Loading branch information
1 parent
cb75cc8
commit 4a633f6
Showing
2 changed files
with
70 additions
and
1 deletion.
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