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