mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 18:50:08 -03:30
Undefined check for apiserver_loadbalancer_domain_name in apiserver_sans (#13014)
Co-authored-by: Chad Swenson <chadswen@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a0a164375d
commit
7b0e730624
@@ -36,7 +36,7 @@
|
||||
- "localhost"
|
||||
- "127.0.0.1"
|
||||
- "::1"
|
||||
- "{{ apiserver_loadbalancer_domain_name }}"
|
||||
- "{{ apiserver_loadbalancer_domain_name | d('') }}"
|
||||
- "{{ loadbalancer_apiserver.address | d('') }}"
|
||||
- "{{ supplementary_addresses_in_ssl_keys }}"
|
||||
- "{{ groups['kube_control_plane'] | map('extract', hostvars, 'main_access_ip') }}"
|
||||
|
||||
Reference in New Issue
Block a user