|
|
@ -10,7 +10,7 @@ KUBERNETES_MASTER={{ groups['kube-master'][0] }} |
|
|
|
|
|
|
|
# Location of etcd cluster used by Calico. By default, this uses the etcd |
|
|
|
# instance running on the Kubernetes Master |
|
|
|
ETCD_AUTHORITY={{ groups['kube-master'][0] }}:2379 |
|
|
|
ETCD_AUTHORITY={{ loadbalancer_address | default(groups['kube-master'][0]) }}:2379 |
|
|
|
|
|
|
|
# The kubernetes-apiserver location - used by the calico plugin |
|
|
|
KUBE_API_ROOT=http://{{ groups['kube-master'][0] }}:{{kube_apiserver_insecure_port}}/api/v1/ |
|
|
|