mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-13 19:10:12 -03:30
set nodeName to "{{ inventory_hostname }}" in kubeadm-config
This commit is contained in:
parent
5c0a41a6e0
commit
95e2bde15b
@ -83,3 +83,5 @@ apiServerCertSANs:
|
||||
{% endfor %}
|
||||
certificatesDir: {{ kube_config_dir }}/ssl
|
||||
unifiedControlPlaneImage: "{{ hyperkube_image_repo }}:{{ hyperkube_image_tag }}"
|
||||
nodeName: {{ inventory_hostname }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user