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
I encountered an issue when using Argo Rollouts in the Argo Rollouts repository. The problem occurs when I create rollouts that include an analysis step with an inconclusive result, followed by a pause step. Subsequently, when I attempt to promote the rollout using the kubectl argo rollouts promote command, the analysis step becomes stuck, and the rollout does not proceed as expected.
Steps to Reproduce:
Create a rollout YAML manifest that includes an analysis step with inconclusive results, followed by a pause step.
Apply the rollout manifest to your Kubernetes cluster.
Trigger the rollout using kubectl argo rollouts promote.
Expected Behavior:
The rollout should proceed as expected, with the analysis step functioning correctly and allowing further steps to execute after the analysis step.
Actual Behavior:
The analysis step becomes stuck, preventing the rollout from progressing further after the inconclusive analysis result.
I encountered an issue when using Argo Rollouts in the Argo Rollouts repository. The problem occurs when I create rollouts that include an analysis step with an inconclusive result, followed by a pause step. Subsequently, when I attempt to promote the rollout using the
kubectl argo rollouts promote
command, the analysis step becomes stuck, and the rollout does not proceed as expected.Steps to Reproduce:
kubectl argo rollouts promote
.Expected Behavior:
The rollout should proceed as expected, with the analysis step functioning correctly and allowing further steps to execute after the analysis step.
Actual Behavior:
The analysis step becomes stuck, preventing the rollout from progressing further after the inconclusive analysis result.
Example Rollout YAML Manifest:
Example AnalysisTemplate:
The text was updated successfully, but these errors were encountered: