diff --git a/spartan/bootstrap.sh b/spartan/bootstrap.sh index 3b4138df872..77abdaee8b0 100755 --- a/spartan/bootstrap.sh +++ b/spartan/bootstrap.sh @@ -60,6 +60,7 @@ case "$cmd" in kind create cluster fi kubectl config use-context kind-kind || true + docker update --restart=no kind-control-plane >/dev/null ;; "chaos-mesh") chaos-mesh/install.sh