Skip to content

Commit

Permalink
Merge pull request kubernetes#87386 from liggitt/local-up-token-signer
Browse files Browse the repository at this point in the history
Enable bound tokens in local-up-cluster
  • Loading branch information
k8s-ci-robot authored Jan 21, 2020
2 parents 29a4b39 + 2a2ce20 commit 84beab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/local-up-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,8 @@ EOF
--kubelet-client-key="${CERT_DIR}/client-kube-apiserver.key" \
--service-account-key-file="${SERVICE_ACCOUNT_KEY}" \
--service-account-lookup="${SERVICE_ACCOUNT_LOOKUP}" \
--service-account-issuer="https://kubernetes.default.svc" \
--service-account-signing-key-file="${SERVICE_ACCOUNT_KEY}" \
--enable-admission-plugins="${ENABLE_ADMISSION_PLUGINS}" \
--disable-admission-plugins="${DISABLE_ADMISSION_PLUGINS}" \
--admission-control-config-file="${ADMISSION_CONTROL_CONFIG_FILE}" \
Expand Down

0 comments on commit 84beab6

Please sign in to comment.