mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 05:28:22 +00:00
Fix for cloud provider section in cluster.yml for vSphere
This commit is contained in:
@@ -32,7 +32,7 @@ When provisioning clusters in Rancher using the [vSphere node driver]({{< baseur
|
|||||||

|

|
||||||
|
|
||||||
8. Click on **Edit as YAML**
|
8. Click on **Edit as YAML**
|
||||||
9. Insert the following top-level structure to the pre-populated cluster YAML. Note that the `name` *must* be set to `vsphere`. Refer to the [configuration reference](#configuration-reference) to learn about the properties of the `vsphereCloudProvider` directive.
|
9. Insert the following structure to the pre-populated cluster YAML. In versions prior to v2.3.0, it has to be defined as a top level field. In versions v2.3.0 and higher, it has to be placed under `rancher_kubernetes_engine_config`. Note that the `name` *must* be set to `vsphere`. Refer to the [configuration reference](#configuration-reference) to learn about the properties of the `vsphereCloudProvider` directive.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
cloud_provider:
|
cloud_provider:
|
||||||
|
|||||||
Reference in New Issue
Block a user