fixed broken variables table
This commit is contained in:
parent
989e9174c2
commit
fc29764911
1 changed files with 2 additions and 0 deletions
|
@ -37,7 +37,9 @@ Then, in the same file, you need to declare your vCenter credential following th
|
||||||
| vsphere_vm_uuid | FALSE | string | | | VM Instance UUID of virtual machine that host K8s master. Can be retrieved from instanceUuid property in VmConfigInfo, or as vc.uuid in VMX file or in `/sys/class/dmi/id/product_serial` (only optional for Kubernetes <= 1.9.2) |
|
| vsphere_vm_uuid | FALSE | string | | | VM Instance UUID of virtual machine that host K8s master. Can be retrieved from instanceUuid property in VmConfigInfo, or as vc.uuid in VMX file or in `/sys/class/dmi/id/product_serial` (only optional for Kubernetes <= 1.9.2) |
|
||||||
| vsphere_public_network | FALSE | string | | Blank | Name of the network the VMs are joined to |
|
| vsphere_public_network | FALSE | string | | Blank | Name of the network the VMs are joined to |
|
||||||
| vsphere_resource_pool | FALSE | string | | Blank | Name of the Resource pool where the VMs are located (optional for Kubernetes >= 1.9.2) |
|
| vsphere_resource_pool | FALSE | string | | Blank | Name of the Resource pool where the VMs are located (optional for Kubernetes >= 1.9.2) |
|
||||||
|
|
||||||
Example configuration
|
Example configuration
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
vsphere_vcenter_ip: "myvcenter.domain.com"
|
vsphere_vcenter_ip: "myvcenter.domain.com"
|
||||||
vsphere_vcenter_port: 443
|
vsphere_vcenter_port: 443
|
||||||
|
|
Loading…
Reference in a new issue