mirror of
https://github.com/valitydev/helmsdeep.git
synced 2024-11-06 08:55:21 +00:00
a5a2ca5575
Co-authored-by: i.panteleev <i.panteleev@rbk.money>
9 lines
632 B
Bash
Executable File
9 lines
632 B
Bash
Executable File
# Do not re-download images
|
|
# authored by Dmitry Skokov <d.skokov@rbkmoney.com>
|
|
helmfile delete \
|
|
&& helm repo remove stable incubator bitnami hashicorp codecentric prometheus-community cilium rbkmoney || echo "helm repos already deleted" \
|
|
&& kubectl delete deploy,rs,pvc,pv,svc,crd,ing,sts,job,cj,cm,secret,sa --all \
|
|
&& minikube ssh -- sudo rm -rf /tmp/hostpath-provisioner/default \
|
|
&& kubectl delete mutatingwebhookconfigurations,validatingwebhookconfigurations prometheus-prometheus-oper-admission || echo "prometheus webhooks already deleted" \
|
|
&& kubectl delete ns monitoring elastic-system || echo "namespaces not found" \
|