-
Notifications
You must be signed in to change notification settings - Fork 771
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
new behavior of kompose delete
#41
Comments
|
Thanks @janetkuo for pointing it out. I am not thinking about |
So, after some investigating, I see we need a thing is in contrast with - kompose down --file/--bundle <input_file> : delete deployment and svc (default: docker-compose.yml)
- kompose down --all : delete all resources (deployment, rc, svc, ds) |
Is |
Yes it's a critical action. We can ask for confirmation like this: $ kompose down --all
This action is going to delete all resources in all namespaces (except kube-system) in the kubernetes cluster.
Are you sure to continue ? (y/n) |
I don't think
should delete the deployments and services that it creates. At least that's what I would expect. |
So I will go merging |
Close via #113 |
Adding flag
-a/--all
in order to delete all resources.Consider to rename to
kompose rm
The text was updated successfully, but these errors were encountered: