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
The current automatic pause behavior for the blue/green strategy is inconsistent, and hard to explain. Some examples:
it does not pause during the initial rollout
it does not pause if the preview service is unspecified, but will pause if it is.
it does not pause during a fast rollback
These rules are not obvious or documented. I think we need to rework the behavior so that it is more easily predictable.
I also feel the default behavior should be switched to automatically perform a cutover instead of the current behavior of automatically pausing if there is a preview service. This would make it consistent behavior with rolling update, recreate, canary, where the default behavior is to perform the promotion automatically. Just because I don't specify a preview service, doesn't necessarily mean I don't want it to pause, and vice versa.
The text was updated successfully, but these errors were encountered:
The current automatic pause behavior for the blue/green strategy is inconsistent, and hard to explain. Some examples:
These rules are not obvious or documented. I think we need to rework the behavior so that it is more easily predictable.
I also feel the default behavior should be switched to automatically perform a cutover instead of the current behavior of automatically pausing if there is a preview service. This would make it consistent behavior with rolling update, recreate, canary, where the default behavior is to perform the promotion automatically. Just because I don't specify a preview service, doesn't necessarily mean I don't want it to pause, and vice versa.
The text was updated successfully, but these errors were encountered: