Skip to content

Commit 704e3d8

Browse files
committed
docs: Improve teardown instructions for local clusters
1 parent ebbf50c commit 704e3d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

DEVELOPMENT.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ helmfile -e service_cluster destroy
133133
helmfile -e workload_cluster destroy
134134
# might need two tries if the first fails due to webhooks
135135
136-
kubectl delete pvc --all
136+
helmfile -e local_cluster destroy
137+
138+
kubectl delete pvc --all -A
137139
138140
./scripts/local-cluster.sh delete <name>
139141
```

0 commit comments

Comments
 (0)