diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index 7ad21a1cd55..c200bf88e06 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -806,7 +806,9 @@ fi } # validate that etcd is: not running, in path, and has minimum required version. -kube::etcd::validate +if [[ "${START_MODE}" != "kubeletonly" ]]; then + kube::etcd::validate +fi if [ "${CONTAINER_RUNTIME}" == "docker" ] && ! kube::util::ensure_docker_daemon_connectivity; then exit 1