Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Support kubelet authenticationTokenWebhook (#50)
Browse files Browse the repository at this point in the history
* Update kops-private-topology.yaml.gotmpl

* Update kops-private-topology.yaml.gotmpl
  • Loading branch information
goruha authored Nov 5, 2019
1 parent 21318ef commit 5cad9b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/kops/kops-private-topology.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ spec:
{{- if bool (getenv "KOPS_AUTHORIZATION_RBAC_ENABLED" "false") }}
anonymousAuth: false
{{- end }}
{{- if bool (getenv "KOPS_KUBELET_AUTHENTICATION_TOKEN_WEBHOOK_ENABLED" "false") }}
authenticationTokenWebhook: true
{{- end }}
{{- if getenv "KOPS_CPU_CFS_QUOTA_PERIOD" }}
# cpuCFSQuotaPeriod sets CPU CFS quota period value.
# Defaults to Linux kernel default, which is 100ms.
Expand Down

0 comments on commit 5cad9b5

Please sign in to comment.