diff --git a/roles/kubernetes/node/templates/vsphere-cloud-config.j2 b/roles/kubernetes/node/templates/vsphere-cloud-config.j2
index d82d72bf82f6aff1dca8aae7013304b3b172fab2..1383f78bbbca45502702d5ff8765df3d89e400ea 100644
--- a/roles/kubernetes/node/templates/vsphere-cloud-config.j2
+++ b/roles/kubernetes/node/templates/vsphere-cloud-config.j2
@@ -14,6 +14,9 @@ server = "{{ vsphere_vcenter_ip }}"
 {% if vsphere_vm_uuid is defined and vsphere_vm_uuid != ""  %}
 vm-uuid = "{{ vsphere_vm_uuid }}"
 {% endif %}
+{% if vsphere_vm_name is defined and vsphere_vm_name != ""  %}
+vm-name = "{{ vsphere_vm_name }}"
+{% endif %}
 {% endif %}
 
 {% if kube_version | version_compare('v1.9.2', '>=') %}