set nodeName to "{{ inventory_hostname }}" in kubeadm-config

pull/2350/head
Dann Bohn 2018-02-16 16:20:08 -05:00
parent 5c0a41a6e0
commit 95e2bde15b
1 changed files with 2 additions and 0 deletions

View File

@ -83,3 +83,5 @@ apiServerCertSANs:
{% endfor %}
certificatesDir: {{ kube_config_dir }}/ssl
unifiedControlPlaneImage: "{{ hyperkube_image_repo }}:{{ hyperkube_image_tag }}"
nodeName: {{ inventory_hostname }}