Merge pull request #3130 from riverzhang/add-control-plane

Add kubeadm controlplaneEndpoint
This commit is contained in:
Andreas Krüger
2018-08-20 10:43:50 +02:00
committed by GitHub
5 changed files with 25 additions and 4 deletions

View File

@@ -3,6 +3,9 @@ kind: MasterConfiguration
api:
advertiseAddress: {{ ip | default(ansible_default_ipv4.address) }}
bindPort: {{ kube_apiserver_port }}
{% if groups['kube-master'] | length > 1 and kubeadm_config_api_fqdn is defined %}
controlPlaneEndpoint: {{ kubeadm_config_api_fqdn }}
{% endif %}
etcd:
endpoints:
{% for endpoint in etcd_access_addresses.split(',') %}

View File

@@ -3,6 +3,9 @@ kind: MasterConfiguration
api:
advertiseAddress: {{ ip | default(ansible_default_ipv4.address) }}
bindPort: {{ kube_apiserver_port }}
{% if groups['kube-master'] | length > 1 and kubeadm_config_api_fqdn is defined %}
controlPlaneEndpoint: {{ kubeadm_config_api_fqdn }}
{% endif %}
etcd:
external:
endpoints: