You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A you can see, it isn't looking at updatedNumberScheduled, so it will succeed the first time during the rollout that full availability is (temporarily) reached. Since DS can be configured to roll out in batches, this state can happen multiple times in the middle of the rollout.
Bug report
We've seen DaemonSet deploy succeed when the DS was actually only partially rolled out.
Our current success check looks like this:
A you can see, it isn't looking at
updatedNumberScheduled
, so it will succeed the first time during the rollout that full availability is (temporarily) reached. Since DS can be configured to roll out in batches, this state can happen multiple times in the middle of the rollout.@dturn @klautcomputing @mkobetic
The text was updated successfully, but these errors were encountered: