flux is stuck in "reconcilliation in progress" and I don't know why #5119
-
my flux is stuck in reconcilliation in progress for multiple resources. It has been like this for a day. None of the logs points to any issues that I can figure out. I went through https://fluxcd.io/flux/cheatsheets/troubleshooting/ and it didn't reveal any errors worth investigating. Everything says it's ready but then the state of the kustomizations are still "Reconcilliation in progress".
It has been like this for a day. I have tried suspending all kustomizations and then re-enabling them
I'm out of ideas on what to try next. Also note that the NOTE: this is NOT production, but I'd like to figure out what's going on so in case it ever happens in production |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
amazingly, I can't even force delete the namespace / kustomizations. I wanted to try reinstalling flux
I tried to force re-bootstrap the system and go the following:
|
Beta Was this translation helpful? Give feedback.
-
I was able to get it to uninstall by running |
Beta Was this translation helpful? Give feedback.
I was able to get it to uninstall by running
flux uninstall
which then allowed me to runflux bootstrap
which seems to have force reset the system and allowed things to get unstuck. I also tried restarting the cluster so it's hard to say the effect on the cluster if this were production. But I think it'sprobably
safe to do this in production as well.. (but it would be nice if a maintainer could verify that doing this would not directly affect / shutdown the managed resources)