diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index f12cf49bfc8..7ba9b7b71fe 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -528,7 +528,7 @@ function start_discovery { DISCOVERY_SERVER_LOG=/tmp/kubernetes-discovery.log ${CONTROLPLANE_SUDO} "${GO_OUT}/kubernetes-discovery" \ --cert-dir="${CERT_DIR}" \ - --client-ca-file="${CERT_DIR}/client-ca-bundle.crt" \ + --client-ca-file="${CERT_DIR}/client-ca.crt" \ --authentication-kubeconfig="${CERT_DIR}/discovery-auth.kubeconfig" \ --authorization-kubeconfig="${CERT_DIR}/discovery-auth.kubeconfig" \ --requestheader-username-headers=X-Remote-User \