vmware-archive / kops

Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
Apache License 2.0
3 stars 3 forks source link

Add vm uuid in Kubernetes vSphere Cloud Provider cloud config file #32

Closed abrarshivani closed 7 years ago

abrarshivani commented 7 years ago

Currently, we don't add VM uuid in cloud config file. Usually, K8s cloud provider picks vm uuid which is reported by dmidecode. Yet, dmidecode reports incorrect vm uuid in Ubuntu 16.04. Hence, deployment fails in case of Kubernetes v1.5.3 and greater.

prashima commented 7 years ago

Discussed with Abrar, this issue is fixed now.