Skip to content

Commit 3cb7534

Browse files
author
Matt Nikkel
committed
Move vSphere cloud provider secret config keys into supported section
1 parent 38d520b commit 3cb7534

File tree

1 file changed

+4
-4
lines changed
  • content/rke/latest/en/config-options/cloud-providers/vsphere/config-reference

1 file changed

+4
-4
lines changed

content/rke/latest/en/config-options/cloud-providers/vsphere/config-reference/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:**

0 commit comments

Comments
 (0)