diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index 02a434f8234..8f5f931d026 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -576,8 +576,6 @@ EOF --secure-port="${API_SECURE_PORT}" \ --tls-cert-file="${CERT_DIR}/serving-kube-apiserver.crt" \ --tls-private-key-file="${CERT_DIR}/serving-kube-apiserver.key" \ - --insecure-bind-address="${API_HOST_IP}" \ - --insecure-port="${API_PORT}" \ --storage-backend="${STORAGE_BACKEND}" \ --storage-media-type="${STORAGE_MEDIA_TYPE}" \ --etcd-servers="http://${ETCD_HOST}:${ETCD_PORT}" \