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
Rollout don't remove rollouts-pod-template-hash service selector after switching from blue-green to canary strategy.
Steps to reproduce:
Deploy rollout with using blue-green strategy
Change strategy to canary and update rollout image
Rollout deploys canary version as expected but service don't route any traffic to it because it still has rollouts-pod-template-hash service selector which was set during blue-green deployment.
Expected behavior:
Rollout should ensure that rollouts-pod-template-hash service selector is removed unless strategy is blue-green
Version: v0.3.1
The text was updated successfully, but these errors were encountered:
Rollout don't remove
rollouts-pod-template-hash
service selector after switching from blue-green to canary strategy.Steps to reproduce:
rollouts-pod-template-hash
service selector which was set during blue-green deployment.Expected behavior:
Rollout should ensure that
rollouts-pod-template-hash
service selector is removed unless strategy is blue-greenVersion: v0.3.1
The text was updated successfully, but these errors were encountered: