From 6c7a724c8df52d957ffabfac374d07643bdff49b Mon Sep 17 00:00:00 2001 From: Nicolas Stojanovic Date: Fri, 19 Jun 2020 13:39:22 +0200 Subject: [PATCH] wrong reference in one example us-west-1 was used in the first example instead of eu-west-1 --- .../vsphere/config-reference/_index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/rke/latest/en/config-options/cloud-providers/vsphere/config-reference/_index.md b/content/rke/latest/en/config-options/cloud-providers/vsphere/config-reference/_index.md index c0da0176c69..12c685f76dc 100644 --- a/content/rke/latest/en/config-options/cloud-providers/vsphere/config-reference/_index.md +++ b/content/rke/latest/en/config-options/cloud-providers/vsphere/config-reference/_index.md @@ -32,13 +32,13 @@ cloud_provider: user: provisioner password: secret port: 443 - datacenters: /us-west-1 + datacenters: /eu-west-1 workspace: server: vc.example.com - folder: /us-west-1/folder/myvmfolder - default-datastore: /us-west-1/datastore/ds-1 - datacenter: /us-west-1 - resourcepool-path: /us-west-1/host/hn1/resources/myresourcepool + folder: /eu-west-1/folder/myvmfolder + default-datastore: /eu-west-1/datastore/ds-1 + datacenter: /eu-west-1 + resourcepool-path: /eu-west-1/host/hn1/resources/myresourcepool ``` # Configuration Options @@ -141,4 +141,4 @@ The following configuration options are available under the network directive: | network Options | Type | Required | Description | |:-------------------:|:--------:|:---------:|:-----------------------------------------------------------------------------| -| public-network | string | | Name of public **VM Network** to which the VMs in the cluster are connected. Used to determine public IP addresses of VMs.| \ No newline at end of file +| public-network | string | | Name of public **VM Network** to which the VMs in the cluster are connected. Used to determine public IP addresses of VMs.|