From 35612e3221ea1647a591f5c3bf0db22e5d07c821 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Wed, 30 Aug 2017 12:38:31 +1000 Subject: [PATCH] fix VMWare guestinfo table Signed-off-by: Sven Dowideit --- docs/os/running-rancheros/cloud/vmware-esxi/index.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/os/running-rancheros/cloud/vmware-esxi/index.md b/docs/os/running-rancheros/cloud/vmware-esxi/index.md index 7dbb6516..34e7f258 100644 --- a/docs/os/running-rancheros/cloud/vmware-esxi/index.md +++ b/docs/os/running-rancheros/cloud/vmware-esxi/index.md @@ -10,9 +10,9 @@ As of v1.1.0, RancherOS automatically detects that it is running on VMware ESXi, ### VMware guestinfo -| GUESTINFO VARIABLE | TYPE | +| VARIABLE | TYPE | |---|---| -| `hostname | hostname | +| `hostname` | hostname | | `interface..name` | string | | `interface..mac` | MAC address (is used to match the ethernet device's MAC address, not to set it) | | `interface..dhcp` | {"yes", "no"} | @@ -21,9 +21,10 @@ As of v1.1.0, RancherOS automatically detects that it is running on VMware ESXi, | `interface..route..gateway` | IP address | | `interface..route..destination` | CIDR IP address (not available yet) | | `dns.server.` | IP address | -| `dns.domain. | DNS search domain` | -| `cloud-init.config.data | string` | +| `dns.domain.` | DNS search domain | +| `cloud-init.config.data` | string | | `cloud-init.data.encoding` | {"", "base64", "gzip+base64"} | -| `cloud-init.config.url` | URL | +| `cloud-init.config.url` | URL | + > **Note:** "n", "m", "l", "x" and "y" are 0-indexed, incrementing integers. The identifier for an interface (``) is used in the generation of the default interface name in the form `eth`.