Skip to content
Snippets Groups Projects
Unverified Commit ff2b8e5e authored by Andreas Krüger's avatar Andreas Krüger Committed by GitHub
Browse files

Merge pull request #2503 from woopstar/kubelet-fix-1

Fix duplicate --proxy-client-cert-file and --proxy-client-key-file
parents ee8f6780 9d540165
No related branches found
No related tags found
No related merge requests found
......@@ -57,8 +57,6 @@ spec:
{% endif %}
- --tls-cert-file={{ kube_cert_dir }}/apiserver.pem
- --tls-private-key-file={{ kube_cert_dir }}/apiserver-key.pem
- --proxy-client-cert-file={{ kube_cert_dir }}/apiserver.pem
- --proxy-client-key-file={{ kube_cert_dir }}/apiserver-key.pem
{% if kube_token_auth|default(true) %}
- --token-auth-file={{ kube_token_dir }}/known_tokens.csv
{% endif %}
......
......@@ -128,7 +128,7 @@ kube_apiserver_insecure_bind_address: 127.0.0.1
kube_apiserver_insecure_port: 8080
# Aggregator
kube_api_aggregator_routing: true
kube_api_aggregator_routing: false
# Path used to store Docker data
docker_daemon_graph: "/var/lib/docker"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment