From 734ba992fc60490bd8157419c79a3bf737adfcac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Br=C3=A4uer?= Date: Tue, 23 Jul 2019 13:31:56 +0200 Subject: [PATCH] Provide uninstall Prometheus script --- monitoring/prometheus/uninstallPrometheus.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 monitoring/prometheus/uninstallPrometheus.sh 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