kubernetes/client: kubeconfig template should use the access_ip for the chosen master node
This commit is contained in:
parent
f912a4ece5
commit
2f5a9e180c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
{%- if loadbalancer_apiserver is defined and loadbalancer_apiserver.port is defined -%}
|
{%- if loadbalancer_apiserver is defined and loadbalancer_apiserver.port is defined -%}
|
||||||
https://{{ apiserver_loadbalancer_domain_name }}:{{ loadbalancer_apiserver.port|default(kube_apiserver_port) }}
|
https://{{ apiserver_loadbalancer_domain_name }}:{{ loadbalancer_apiserver.port|default(kube_apiserver_port) }}
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
https://{{ kube_apiserver_address }}:{{ kube_apiserver_port }}
|
https://{{ kube_apiserver_access_address }}:{{ kube_apiserver_port }}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
tags:
|
tags:
|
||||||
- facts
|
- facts
|
||||||
|
|
Loading…
Reference in a new issue