Best practice to fail a CD pipeline when a rollout isn't successful #996
-
Hi everyone, As the title suggested, I'm wondering what's the best practice to fail a CD pipeline when a rollout isn't successful. Use case: a build goes red when the rollout is rolled back and it's in degraded state. For kubernetes native deployments you can do it easily with Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Would the rollout status command work in your case? https://argoproj.github.io/argo-rollouts/generated/kubectl-argo-rollouts/kubectl-argo-rollouts_status/ |
Beta Was this translation helpful? Give feedback.
Would the rollout status command work in your case? https://argoproj.github.io/argo-rollouts/generated/kubectl-argo-rollouts/kubectl-argo-rollouts_status/