mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Merge pull request #2644 from cp3hu/master
Fix apiserver manifest and kubelet for kube version < 1.9
This commit is contained in:
@@ -125,6 +125,9 @@ spec:
|
|||||||
- --enable-aggregator-routing={{ kube_api_aggregator_routing }}
|
- --enable-aggregator-routing={{ kube_api_aggregator_routing }}
|
||||||
- --proxy-client-cert-file={{ kube_cert_dir }}/front-proxy-client.pem
|
- --proxy-client-cert-file={{ kube_cert_dir }}/front-proxy-client.pem
|
||||||
- --proxy-client-key-file={{ kube_cert_dir }}/front-proxy-client-key.pem
|
- --proxy-client-key-file={{ kube_cert_dir }}/front-proxy-client-key.pem
|
||||||
|
{% else %}
|
||||||
|
- --proxy-client-cert-file={{ kube_cert_dir }}/apiserver.pem
|
||||||
|
- --proxy-client-key-file={{ kube_cert_dir }}/apiserver-key.pem
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if apiserver_custom_flags is string %}
|
{% if apiserver_custom_flags is string %}
|
||||||
- {{ apiserver_custom_flags }}
|
- {{ apiserver_custom_flags }}
|
||||||
|
|||||||
Reference in New Issue
Block a user