Prometheus
Practice at Home
Prometheus
Delete HELM Release
delete and reinstall the Helm chart at any time, use the helm delete command
helm delete my-todo-app
View the Deleted HELM Releases
helm list --deleted
Clear Everything in the current namespace
kubectl delete all --all -n default
Last updated
Was this helpful?