Adds documentation for new vSphere vm-uuid parameter.
Related to kubernetes/kubernetes#40892pull/2602/head
parent
76938f5b68
commit
601fd27c56
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue