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
Analysis run doesnt run metric that isnt started but other metrics completed by that time.
following example provides the scenario where one of the metric completed the analysis and posts successful but the other metric isn't started as it has delay. Analysis run completes without running delayed metric.
What version of Argo Rollouts are you running?
1.0.2
# Paste the logs from the rollout controller
# Logs for the entire controller:
kubectl logs -n argo-rollouts deployment/argo-rollouts
# Logs for a specific rollout:
kubectl logs -n argo-rollouts deployment/argo-rollouts | grep rollout=<ROLLOUTNAME>
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered:
Summary
Analysis run doesnt run metric that isnt started but other metrics completed by that time.
following example provides the scenario where one of the metric completed the analysis and posts successful but the other metric isn't started as it has delay. Analysis run completes without running delayed metric.
Diagnostics
What version of Argo Rollouts are you running?
1.0.2
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: