-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[Feature request]cascading delete deployment #320
Comments
I found there is a same issue here. According to the discussion, I summaries the usage of cascading deletion:
In a word, I think we would like update the usage of this API in the documents. |
Nice, it may worth creating an example or a doc/how-to for this, so other people can benefit from it. |
@mbohlool I'd like to make a PR for that tonight. |
@DjangoPeng I appreciate it. |
Examples should be added to /example folder at the root of the repo. |
I find a usage of deployment in the /example/notebooks folder. Would you mind me adding a |
More examples are good so go ahead with deployment_examples.py. |
When I call
delete_namespaced_deployment()
method, I find that the corresponding replicaSet and Pod are not removed. The same issue was submitted onclient-go
project here. I'm not sure if there is a way to do the cascading deletion. If yes, where and how to use it? If not, do you have plan to make it?The text was updated successfully, but these errors were encountered: