-
Notifications
You must be signed in to change notification settings - Fork 918
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
Propose donot delete namespace when karmadactl deinit #3344
Comments
It makes sense, we only set a option here. I will add it. karmada/pkg/karmadactl/deinit/deinit.go Lines 145 to 152 in 5194e17
/assign |
In my opinion, if we can recognize that the namespace was created by Karmada, then we have the confidence to remove it during deinit |
This has be resolved by #3326 /close |
@lonelyCZ: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What would you like to be added:
I installed karmada in a private namespace which has many other resource objects that donot belong to karmada.
However when i uinstall with kubectl-karmda deinit -n , my namespace is also deleted, which is not expected.
Looking into istio, it also use
istioctl uninstall
, but after it uninstall, the namespace is still there. Deleting a namespace can be terrible, i think this option should be given back to user.The text was updated successfully, but these errors were encountered: