Skip to content

Commit 84beab6

Browse files
authored
Merge pull request kubernetes#87386 from liggitt/local-up-token-signer
Enable bound tokens in local-up-cluster
2 parents 29a4b39 + 2a2ce20 commit 84beab6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/local-up-cluster.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,8 @@ EOF
562562
--kubelet-client-key="${CERT_DIR}/client-kube-apiserver.key" \
563563
--service-account-key-file="${SERVICE_ACCOUNT_KEY}" \
564564
--service-account-lookup="${SERVICE_ACCOUNT_LOOKUP}" \
565+
--service-account-issuer="https://kubernetes.default.svc" \
566+
--service-account-signing-key-file="${SERVICE_ACCOUNT_KEY}" \
565567
--enable-admission-plugins="${ENABLE_ADMISSION_PLUGINS}" \
566568
--disable-admission-plugins="${DISABLE_ADMISSION_PLUGINS}" \
567569
--admission-control-config-file="${ADMISSION_CONTROL_CONFIG_FILE}" \

0 commit comments

Comments
 (0)