mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-08-08 13:51:48 -02:30
Release 2.8 robust san handling (#4478)
* robust handling of API server SANs for 2.8 branch * use apiserver_loadbalancer_domain_name if it is defined, according to PR 3977
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
447605ca0e
commit
6f97687d19
@@ -206,7 +206,7 @@ schedulerExtraArgs:
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
apiServerCertSANs:
|
||||
{% for san in apiserver_sans.split() | unique %}
|
||||
{% for san in apiserver_sans %}
|
||||
- {{ san }}
|
||||
{% endfor %}
|
||||
certificatesDir: {{ kube_config_dir }}/ssl
|
||||
|
||||
Reference in New Issue
Block a user