mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 03:37:36 +03:00
Remove defaults of allowed names. Updated kubeadm
This commit is contained in:
@@ -102,7 +102,7 @@ spec:
|
||||
{% endif %}
|
||||
{% if kube_version | version_compare('1.9', '>=') %}
|
||||
- --requestheader-client-ca-file={{ kube_cert_dir }}/ca.pem
|
||||
- --requestheader-allowed-names={{ kube_api_requestheader_allowed_names }}
|
||||
- --requestheader-allowed-names=front-proxy-client
|
||||
- --requestheader-extra-headers-prefix=X-Remote-Extra-
|
||||
- --requestheader-group-headers=X-Remote-Group
|
||||
- --requestheader-username-headers=X-Remote-User
|
||||
|
||||
Reference in New Issue
Block a user