diff --git a/dind-up-cluster.sh b/dind-up-cluster.sh index 3f5a62e..9524b09 100755 --- a/dind-up-cluster.sh +++ b/dind-up-cluster.sh @@ -229,7 +229,7 @@ function dind::kube-down { dind::step "Stopping dind cluster" # Since restoring a stopped cluster is not yet supported, use the nuclear option dind::docker_compose kill - dind::docker_compose rm -f --all + dind::docker_compose rm -f -v } # Waits for a kube-system pod (of the provided name) to have the phase/status "Running". @@ -290,4 +290,4 @@ if [ $(basename "$0") = dind-up-cluster.sh ]; then elif [ $(basename "$0") = dind-down-cluster.sh ]; then source "${DIND_ROOT}/config.sh" dind::kube-down -fi \ No newline at end of file +fi