mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-12 16:13:23 +00:00
7a7d6904fb
* 420 SEO Improvements: Kubernetes clusters in Rancher canonicized checklist-for-production-ready-clusters * canonicized set-up-cloud-providers * vSphere title updates * another retitle, to match file name * typo and acronym expansion * syncing vSphere pages, including missing versioned pages * more missing versioned docs * canonicized set-up-clusters-from-hosted-kubernetes-providers * canonicized use-windows-clusters * missing versioned docs * canonicized remaining pages in kubernetes-clusters-in-rancher-setup
1.2 KiB
1.2 KiB
title
| title |
|---|
| How to Configure an In-tree vSphere Cloud Provider |
To set up the in-tree vSphere cloud provider, follow these steps while creating the vSphere cluster in Rancher:
-
Set Cloud Provider option to
CustomorCustom (In-Tree). -
Click on Edit as YAML
-
Insert the following structure to the pre-populated cluster YAML. This structure must be placed under
rancher_kubernetes_engine_config. Note that thenamemust be set tovsphere.rancher_kubernetes_engine_config: cloud_provider: name: vsphere vsphereCloudProvider: [Insert provider configuration]
Rancher uses RKE (the Rancher Kubernetes Engine) to provision Kubernetes clusters. Refer to the vSphere configuration reference in the RKE documentation for details about the properties of the vsphereCloudProvider directive.