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