From fc29764911798b9217da1edaf200c218326831b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20H=C3=BCbenthal?= Date: Wed, 31 Jan 2018 09:27:45 +0100 Subject: [PATCH] fixed broken variables table --- docs/vsphere.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/vsphere.md b/docs/vsphere.md index 9badf6f8d..84d4d2ebc 100644 --- a/docs/vsphere.md +++ b/docs/vsphere.md @@ -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_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) | + Example configuration + ```yml vsphere_vcenter_ip: "myvcenter.domain.com" vsphere_vcenter_port: 443