File tree Expand file tree Collapse file tree
content/rke/latest/en/config-options/cloud-providers/vsphere/config-reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,8 +77,10 @@ Each vCenter is defined by adding a new entry under the `virtual_center` directi
7777
7878| virtual_center Options | Type | Required | Description |
7979|:----------------------:|:--------:|:---------:|:-----------|
80- | user | string | * | vCenter/ESXi user used to authenticate with this server. |
81- | password | string | * | User's password. |
80+ | user | string | + | vCenter/ESXi user used to authenticate with this server. |
81+ | password | string | + | User's password. |
82+ | secret-name | string | | Name of secret resource containing credential key/value pairs. `+` Can be specified in lieu of user/password parameters. |
83+ | secret-namespace | string | | Namespace in which the secret resource was created in. `+` Can be specified in lieu of user/password parameters. |
8284| port | string | | Port to use to connect to this server. Defaults to 443. |
8385| datacenters | string | * | Comma-separated list of all datacenters in which cluster nodes are running in. |
8486| soap-roundtrip-count | uint | | Round tripper count for API requests to the vCenter (num retries = value - 1). |
@@ -87,8 +89,6 @@ Each vCenter is defined by adding a new entry under the `virtual_center` directi
8789
8890| virtual_center Options | Type | Required | Description |
8991|:----------------------:|:--------:|:---------:|:-------|
90- | secret-name | string | | Name of secret resource containing credential key/value pairs. Can be specified in lieu of user/password parameters.|
91- | secret-namespace | string | | Namespace in which the secret resource was created in. |
9292| ca-file | string | | Path to CA cert file used to verify the vCenter certificate. |
9393
9494**Example:**
You can’t perform that action at this time.
0 commit comments