Grafana

Practice at Home

Grafana

Delete HELM Release

delete and reinstall the Helm chart at any time, use the helm delete command

helm delete grafana

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?