We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29a4b39 + 2a2ce20 commit 84beab6Copy full SHA for 84beab6
hack/local-up-cluster.sh
@@ -562,6 +562,8 @@ EOF
562
--kubelet-client-key="${CERT_DIR}/client-kube-apiserver.key" \
563
--service-account-key-file="${SERVICE_ACCOUNT_KEY}" \
564
--service-account-lookup="${SERVICE_ACCOUNT_LOOKUP}" \
565
+ --service-account-issuer="https://kubernetes.default.svc" \
566
+ --service-account-signing-key-file="${SERVICE_ACCOUNT_KEY}" \
567
--enable-admission-plugins="${ENABLE_ADMISSION_PLUGINS}" \
568
--disable-admission-plugins="${DISABLE_ADMISSION_PLUGINS}" \
569
--admission-control-config-file="${ADMISSION_CONTROL_CONFIG_FILE}" \
0 commit comments