Merge pull request #2644 from cp3hu/master
Fix apiserver manifest and kubelet for kube version < 1.9
This commit is contained in:
commit
28d6eb6af1
1 changed files with 3 additions and 0 deletions
|
@ -125,6 +125,9 @@ spec:
|
|||
- --enable-aggregator-routing={{ kube_api_aggregator_routing }}
|
||||
- --proxy-client-cert-file={{ kube_cert_dir }}/front-proxy-client.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 %}
|
||||
{% if apiserver_custom_flags is string %}
|
||||
- {{ apiserver_custom_flags }}
|
||||
|
|
Loading…
Reference in a new issue