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
When wiping the whole configuration (kubectl delete inputmanifest ...), there's a risk of ending up in a hanging state if builder is restarted (force-deleted or crashed) during the process.
Expected Behaviour
The expectation is that the cluster destroy finishes successfully.
Steps To Reproduce
Trigger a cluster deletion.
After some time, restart the builder and claudie-operator pods.
See that the workflow will remain stuck in the destroy phase.
Anything else to note
Not sure whether this has been caused by the builder or claudie-operator restart. I'll try to narrow this time if my time permits.
The text was updated successfully, but these errors were encountered:
@bernardhalas have you forced delete the pods ? 'cause when you delete them, they'll finish whatever workflow is currently running, so in theory they should not hang.
Current Behaviour
When wiping the whole configuration (
kubectl delete inputmanifest ...
), there's a risk of ending up in a hanging state ifbuilder
is restarted (force-deleted or crashed) during the process.Expected Behaviour
The expectation is that the cluster destroy finishes successfully.
Steps To Reproduce
builder
andclaudie-operator
pods.destroy
phase.Anything else to note
Not sure whether this has been caused by the
builder
orclaudie-operator
restart. I'll try to narrow this time if my time permits.The text was updated successfully, but these errors were encountered: