Skip to content
Snippets Groups Projects
Unverified Commit b787b76c authored by Bharat Kunwar's avatar Bharat Kunwar Committed by GitHub
Browse files

Update kube-apiserver.manifest.j2

Ensure that kube-apiserver will respond even if one of the nodes are down.
parent 8b6a6a5a
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ spec:
- --insecure-bind-address={{ kube_apiserver_insecure_bind_address }}
- --bind-address={{ kube_apiserver_bind_address }}
- --apiserver-count={{ kube_apiserver_count }}
- --endpoint-reconciler-type=lease
- --admission-control={{ kube_apiserver_admission_control | join(',') }}
- --service-cluster-ip-range={{ kube_service_addresses }}
- --service-node-port-range={{ kube_apiserver_node_port_range }}
......
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