Skip to content
Snippets Groups Projects
Commit 95e2bde1 authored by Dann Bohn's avatar Dann Bohn
Browse files

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

parent 5c0a41a6
No related branches found
No related tags found
No related merge requests found
...@@ -83,3 +83,5 @@ apiServerCertSANs: ...@@ -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 }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment