flux will not recover from failed deployments #5115
Unanswered
alita-moore
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Flux will redeploy it after the timeout expires, you should also set the retry interval, see here the recommended settings: https://fluxcd.io/flux/components/kustomize/kustomizations/#recommended-settings |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I might be doing something wrong but when a deployment fails (i.e. there is an ImagePullBackoff error or a config error) flux fails to re-deploy the deployment so I have to manually run
kubectl rollout deployment whatever
for the reconciliation to get unstuck. how can I make flux do this automatically?Beta Was this translation helpful? Give feedback.
All reactions