Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/installation-configuration-parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ Additional VMware vSphere configuration parameters are described in the followin
|`platform.vsphere.username`
|The user name to use to connect to the vCenter instance with. This user must have at least
the roles and privileges that are required for
link:https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/vcp-roles.html[static or dynamic persistent volume provisioning]
link:https://github.com/vmware-archive/vsphere-storage-for-kubernetes/blob/master/documentation/vcp-roles.md[static or dynamic persistent volume provisioning]
in vSphere.
|String

Expand Down
2 changes: 1 addition & 1 deletion modules/installation-vsphere-config-yaml.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ value must match the number of control plane machines that you deploy.
<7> The fully-qualified hostname or IP address of the vCenter server.
<8> The name of the user for accessing the server. This user must have at least
the roles and privileges that are required for
link:https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/vcp-roles.html[static or dynamic persistent volume provisioning]
link:https://github.com/vmware-archive/vsphere-storage-for-kubernetes/blob/master/documentation/vcp-roles.md[static or dynamic persistent volume provisioning]
in vSphere.
<9> The password associated with the vSphere user.
<10> The vSphere datacenter.
Expand Down