-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to delete pods, stuck in terminating state #220
Comments
Here is a bit more info. not sure if its needed:
|
Deploying a new operator from scratch, and then re-creating the cluster with the same name |
FYI The operator registers finalizers on the resources that is has created (such as Pods and PersistentVolumeClaims) in order to ensure a controlled removal of those resources. |
I am not sure the exact steps I took to land myself in this situation, but I cannot delete pods.
I cannot delete
ArangoDeployment/arangodb-cluster
either.Here is some info:
How can I delete these pods?
The text was updated successfully, but these errors were encountered: