Adds documentation for new vSphere vm-uuid parameter.

Related to kubernetes/kubernetes#40892
pull/2602/head
Robert Roland 2017-02-03 11:23:45 -08:00 committed by mengyuan
parent 76938f5b68
commit 601fd27c56
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ Sample Config:
datacenter = <Datacenter to be used>
datastore = <Datastore to use for provisioning volumes using storage classes/dynamic provisioning>
working-dir = <Folder in which VMs are provisioned, can be null>
vm-uuid = <VM Instance UUID of virtual machine which can be retrieved from instanceUuid property in VmConfigInfo, or also set as vc.uuid in VMX file. If empty, will be retrieved from sysfs (requires root)>
[Disk]
scsicontrollertype = pvscsi
```