diff --git a/hack/test-cmd.sh b/hack/test-cmd.sh index e1f8244a7d0..2682ea21647 100755 --- a/hack/test-cmd.sh +++ b/hack/test-cmd.sh @@ -69,6 +69,7 @@ wait_for_url "http://127.0.0.1:${KUBELET_PORT}/healthz" "kubelet: " # Start apiserver ${GO_OUT}/apiserver \ --address="127.0.0.1" \ + --public_address_override="127.0.0.1" \ --port="${API_PORT}" \ --etcd_servers="http://${ETCD_HOST}:${ETCD_PORT}" \ --kubelet_port=${KUBELET_PORT} \