mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-12 10:30:06 -03:30
Fix conditional when setting loadbalancer_apiserver_localhost
This commit is contained in:
parent
deea7bb87b
commit
32a5453473
@ -6,7 +6,7 @@
|
||||
- set_fact: first_kube_master="{{ hostvars[groups['kube-master'][0]]['access_ip'] | default(hostvars[groups['kube-master'][0]]['ip'] | default(hostvars[groups['kube-master'][0]]['ansible_default_ipv4']['address'])) }}"
|
||||
- set_fact:
|
||||
loadbalancer_apiserver_localhost: false
|
||||
when: loadbalancer_apiserver is defined
|
||||
when: loadbalancer_apiserver is defined
|
||||
- set_fact:
|
||||
kube_apiserver_endpoint: |-
|
||||
{% if not is_kube_master and loadbalancer_apiserver_localhost -%}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user