diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index f2cda8be625..0d762d491bf 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -952,6 +952,8 @@ if [[ "${KUBETEST_IN_DOCKER:-}" == "true" ]]; then export PATH="${KUBE_ROOT}/third_party/etcd:${PATH}" KUBE_FASTBUILD=true make ginkgo cross apt install -y sudo + # configure shared mounts to prevent failure in DIND scenarios + mount --make-rshared / fi # validate that etcd is: not running, in path, and has minimum required version.