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
Perhaps I have misunderstood the meaning of this label. My expectation is that if I set it to 5m, the rollout operator will wait at least 5 minutes from the point that the previous stateful set in the rollout group is ready, to begin rolling out the next statefulset.
I have three statefulsets defined, with the following labels/annotations:
Perhaps I have misunderstood the meaning of this label. My expectation is that if I set it to
5m
, the rollout operator will wait at least 5 minutes from the point that the previous stateful set in the rollout group is ready, to begin rolling out the next statefulset.I have three statefulsets defined, with the following labels/annotations:
However, when I trigger a rollout with this config, each zone is rolled out immediately once the leader is ready:
Is this a bug? A wrong expectation? Or am I misconfiguring something?
The text was updated successfully, but these errors were encountered: