diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index 71735181e83..b6aad6a2d8d 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -266,6 +266,7 @@ function start_apiserver { --admission-control="${ADMISSION_CONTROL}" \ --insecure-bind-address="${API_HOST}" \ --insecure-port="${API_PORT}" \ + --advertise-address="${API_HOST}" \ --etcd-servers="http://127.0.0.1:4001" \ --service-cluster-ip-range="10.0.0.0/24" \ --cors-allowed-origins="${API_CORS_ALLOWED_ORIGINS}" >"${APISERVER_LOG}" 2>&1 &