731d32afda
* Add HA docs for API server. * Add auto-evaluated internal endpoints and clarify the loadbalancer_apiserver vars and usecases. * Use facts for kube_apiserver to not repeat code and enable LB endpoints use. * Use /healthz check for the wait-for apiserver. * Use the single endpoint for kubelet instead of the list of apiservers * Specify kube_apiserver_count to for HA layout Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
9 lines
320 B
Django/Jinja
9 lines
320 B
Django/Jinja
# This host's IPv4 address (the source IP address used to reach other nodes
|
|
# in the Kubernetes cluster).
|
|
DEFAULT_IPV4={{ip | default(ansible_default_ipv4.address) }}
|
|
|
|
# The Kubernetes master IP
|
|
KUBERNETES_MASTER={{ first_kube_master }}
|
|
|
|
# IP and port of etcd instance used by Calico
|
|
ETCD_AUTHORITY={{ etcd_authority }}
|