Skip to content
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

Document how to delete the deployment #28

Open
simonw opened this issue Oct 27, 2021 · 1 comment
Open

Document how to delete the deployment #28

simonw opened this issue Oct 27, 2021 · 1 comment

Comments

@simonw
Copy link

simonw commented Oct 27, 2021

After trying this out (as a very new-to-Kubernetes person) I had a lot of trouble figuring out how to remove it again.

Eventually this worked for me:

kubectl delete deployment hello-kubernetes-hello-world -n hello-kubernetes

Would be great if the README covered this!

@dcorbe
Copy link

dcorbe commented Mar 4, 2022

The correct way to uninstall a helm chart is to use helm uninstall RELEASE_NAME where RELEASE_NAME is the name you gave to your application at installation time. If you can't remember the name of the release, run helm list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants