-
Notifications
You must be signed in to change notification settings - Fork 54
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
Service binding could not be deleted #493
Comments
Hi @dileep-rk |
Hi @kerenlahav, |
can you create the required secret in the management namespace? |
Hi @kerenlahav, |
please attach the binding's yaml from the cluster |
Sure, please find the bindings yaml |
seems like you are using the default secret, the defualt managment namespace is "sap-btp-operator", try to create the secret with the relevant credentials in the management namespace and name it "sap-btp-service-operator" |
Ok, do I need to restart the operator |
i didnt know it is kyma environment, i'm not sure what is the management namespace in that case, you can check it in the configmap named "sap-btp-operator-config". |
any comments or issue can be closed? |
Hello,
While trying to delete a namespace with all its resources, the namespace deletion is stuck in
terminating
state, due to one of the service bindings is not getting deleted. I checked the respective binding, only the secret is deleted but not the binding.Now the respective service instance and other dependent service instances are also not getting deleted.
We are not able to create binding-secret also as it is complaining that
secrets "dsi-test-app-acfun001-imagepullsecret" is forbidden: unable to create new content in namespace s-test-app because it is being terminated
We need help in clearing all resources within this namespace and also deleting this namespace.
Any help here would be greatly appreciated!
Thanks,
Dileep
The text was updated successfully, but these errors were encountered: