mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 12:18:52 +03:00
Rename from aggregator-proxy-client to front-proxy-client to match kubeadm design. Added kubeadm support too. Changed to use variables set and not hardcode paths. Still missing cert generation for Vault
This commit is contained in:
@@ -122,6 +122,10 @@ kube_apiserver_port: 6443
|
||||
kube_apiserver_insecure_bind_address: 127.0.0.1
|
||||
kube_apiserver_insecure_port: 8080
|
||||
|
||||
# Metrics server
|
||||
kube_api_requestheader_allowed_names: "front-proxy-client"
|
||||
kube_api_aggregator_routing: true
|
||||
|
||||
# Path used to store Docker data
|
||||
docker_daemon_graph: "/var/lib/docker"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user