From 4704cb9aaae6f4fa8faadce887dc675f19ba76eb Mon Sep 17 00:00:00 2001 From: Simon Kollberg Date: Tue, 23 Jan 2024 11:53:40 +0100 Subject: [PATCH] docs: Improve teardown instructions for local clusters --- DEVELOPMENT.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 8c81f5c93..f37640ed3 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -133,7 +133,9 @@ helmfile -e service_cluster destroy helmfile -e workload_cluster destroy # might need two tries if the first fails due to webhooks -kubectl delete pvc --all +helmfile -e local_cluster destroy + +kubectl delete pvc --all -A ./scripts/local-cluster.sh delete ```