File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/rke/latest/en/config-options/cloud-providers/vsphere/config-reference Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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
77
77
78
78
| virtual_center Options | Type | Required | Description |
79
79
|:----------------------:|:--------:|:---------:|:-----------|
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. |
82
84
| port | string | | Port to use to connect to this server. Defaults to 443. |
83
85
| datacenters | string | * | Comma-separated list of all datacenters in which cluster nodes are running in. |
84
86
| 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
87
89
88
90
| virtual_center Options | Type | Required | Description |
89
91
|:----------------------:|:--------:|:---------:|:-------|
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. |
92
92
| ca-file | string | | Path to CA cert file used to verify the vCenter certificate. |
93
93
94
94
**Example:**
You can’t perform that action at this time.
0 commit comments