use var: kube_apiserver_address (#9967)

This commit is contained in:
Samuel Liu
2023-04-11 06:01:17 +08:00
committed by GitHub
parent eecaec2919
commit 0104396c50

View File

@ -7,7 +7,7 @@ bootstrapTokens:
ttl: "24h"
{% endif %}
localAPIEndpoint:
advertiseAddress: {{ ip | default(fallback_ips[inventory_hostname]) }}
advertiseAddress: {{ kube_apiserver_address }}
bindPort: {{ kube_apiserver_port }}
{% if kubeadm_certificate_key is defined %}
certificateKey: {{ kubeadm_certificate_key }}