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
Users might want to pause a rollout in a break-glass scenario.
The spec looks like
spec:
...
paused: true
...
In this case, the desired behavior is to just don't reconcile this object anymore until we change the spec back (or set paused: false) and reflect this in the status.
By default pause should be false.
The text was updated successfully, but these errors were encountered:
Users might want to pause a rollout in a break-glass scenario.
The spec looks like
In this case, the desired behavior is to just don't reconcile this object anymore until we change the spec back (or set
paused: false
) and reflect this in the status.By default pause should be
false
.The text was updated successfully, but these errors were encountered: