Skip to content

Commit

Permalink
Experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobebway committed Sep 9, 2024
1 parent 209fd5c commit 28847b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shell/clean_up_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ for namespace in $(kubectl get namespaces -o jsonpath='{.items[*].metadata.name}
if ! is_excluded_namespace "$namespace"; then
echo "## Cleaning up resources in namespace: $namespace. ##"
echo "Deleting all resources."
kubectl delete all --all --ignore-not-found --now --namespace="$namespace"
kubectl delete all --all --ignore-not-found --force --namespace="$namespace"
echo "Deleting all pvcs."
kubectl delete pvc --all --ignore-not-found --now --namespace="$namespace"
echo "Deleting all configmaps."
Expand Down

0 comments on commit 28847b5

Please sign in to comment.