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
If a Rollout doesn't provide a required arg for a (Cluster)AnalysisTemplate, the Rollout remains stuck on the same step index with a status.conditions[0].type of Progressing indefinitely. I expect the Rollout to transition to an error state and the canary would fail and be rolled back.
Diagnostics
0.10.0
time="2020-12-02T10:04:48Z" level=info msg="Started syncing rollout at (2020-12-02 10:04:48.023157319 +0000 UTC m=+53682.124478484)" namespace=warpspeed rollout=dxia-test
time="2020-12-02T10:04:48Z" level=info msg="Reconciling analysis step (stepIndex: 2)" namespace=warpspeed rollout=dxia-test
time="2020-12-02T10:04:48Z" level=info msg="Reconciliation completed" namespace=warpspeed rollout=dxia-test time_ms=3.0881670000000003
time="2020-12-02T10:04:48Z" level=error msg="rollout syncHandler error: args.container was not resolved" namespace=warpspeed rollout=dxia-test
E1202 10:04:48.026334 1 controller.go:172] args.container was not resolved
time="2020-12-02T10:21:28Z" level=info msg="Started syncing rollout at (2020-12-02 10:21:28.026663647 +0000 UTC m=+54682.127984826)" namespace=warpspeed rollout=dxia-test
time="2020-12-02T10:21:28Z" level=info msg="Reconciling analysis step (stepIndex: 2)" namespace=warpspeed rollout=dxia-test
time="2020-12-02T10:21:28Z" level=info msg="Reconciliation completed" namespace=warpspeed rollout=dxia-test time_ms=3.051261
time="2020-12-02T10:21:28Z" level=error msg="rollout syncHandler error: args.container was not resolved" namespace=warpspeed rollout=dxia-test
E1202 10:21:28.029832 1 controller.go:172] args.container was not resolved
[repeat forever]
Summary
If a Rollout doesn't provide a required arg for a (Cluster)AnalysisTemplate, the Rollout remains stuck on the same step index with a status.conditions[0].type of Progressing indefinitely. I expect the Rollout to transition to an error state and the canary would fail and be rolled back.
Diagnostics
0.10.0
My Rollout
My ClusterAnalysisTemplate
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: