mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-21 21:55:45 +00:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Remove vmUUID check in VSphere cloud provider This PR addresses issue mentioned in https://github.com/vmware/kubernetes/issues/419. The fix is to remove the check for vvmUUID in entirety from 1.9 branch - https://github.com/kubernetes/kubernetes/blob/master/pkg/cloudprovider/providers/vsphere/vsphere.go#L378 as it is not longer needed. The NodeInfo object by default provides this information. This fix will this enable: - Enable e2e test cases to be executed locally on development envt. (Mac in particular) - Remove unnecessary vmUUID code in 1.9 branch. @prashima @divyenpatel