Skip to content
Snippets Groups Projects
Commit f193b120 authored by woopstar's avatar woopstar Committed by Andreas Kruger
Browse files

Kubeadm auto creates this

parent 2cd25495
No related branches found
No related tags found
No related merge requests found
......@@ -54,12 +54,6 @@ apiServerExtraArgs:
runtime-config: {{ kube_api_runtime_config | join(',') }}
{% endif %}
allow-privileged: "true"
{% if kube_version | version_compare('1.9', '>=') %}
requestheader-client-ca-file: "{{ kube_cert_dir }}/ca.pem"
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"
{% endif %}
controllerManagerExtraArgs:
node-monitor-grace-period: {{ kube_controller_node_monitor_grace_period }}
node-monitor-period: {{ kube_controller_node_monitor_period }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment