Kubernetes vSphere Setup IPV4 issue

9/14/2016

I'm following the kubernetes VM setup guide. After uploading the vmdk successfully, the kubernetes-master VM is started up, but it has no IPV4 address. Therefore, the next step in the script fails because it tries to SSH to the kubernetes master to run the setup of the nodes. Other VMs created via the web client correctly receive an IP4 address, but any VM created from govc does not.

-- Aaron Torgerson
ipv4
kubernetes
vsphere

1 Answer

10/17/2016

This was a customer's setup and it turns out they did not have DHCP setup on the selected network, therefore, no IP.

-- Aaron Torgerson
Source: StackOverflow