정리하기(Optional)

아래 명령어를 수행하여 Prometheus와 Grafana 를 삭제 합니다.

helm uninstall prometheus --namespace prometheus
kubectl delete ns prometheus

helm uninstall grafana --namespace grafana
kubectl delete ns grafana

rm -rf ${HOME}/environment/grafana

Last updated

Was this helpful?