diff --git a/monitoring/prometheus/uninstallPrometheus.sh b/monitoring/prometheus/uninstallPrometheus.sh new file mode 100644 index 0000000..9abd6d8 --- /dev/null +++ b/monitoring/prometheus/uninstallPrometheus.sh @@ -0,0 +1,5 @@ +#!/bin/sh +kubectl delete -f config-map.yaml --ignore-not-found +kubectl delete -f cluster-role.yaml --ignore-not-found +kubectl delete -f prometheus.yaml --ignore-not-found +kubectl delete -f namespace.yaml --ignore-not-found \ No newline at end of file