Skip to content

Commit 09219c5

Browse files
authored
Update wcp install doc (#602)
Signed-off-by: Xing Yang <[email protected]>
1 parent ed30541 commit 09219c5

2 files changed

+5
-7
lines changed
-274 KB
Binary file not shown.

docs/velero-vsphere-operator-user-manual.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
Users here are expected to be vSphere users with access to:
44

55
* vSphere UI
6-
* [Kubectl vSphere plugin](https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-0F6E45C4-3CB1-4562-9370-686668519FCA.html)
6+
* [Kubectl vSphere plugin](https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-with-tanzu-tkg/GUID-8699B9DE-01D9-4B2A-BBFB-EB1D81878587.html)
77

88
## Installing Velero on Supervisor cluster
99

10-
1. Enable `Velero vSphere Operator` Supervisor Service via vSphere UI. If you do not see any of the Supervisor Services as shown below, please double check the [compatibility](supervisor.md#compatibility) matrix.
11-
![How to enable `Velero vSphere Operator` supervisor service](how-to-enable-supervisor-service.png)
10+
Note: `Velero vSphere Operator` Supervisor Service is enabled by default on vSphere 80u3 and later.
1211

13-
2. Create a supervisor namespace for Velero instance via vSphere UI.
12+
1. Create a supervisor namespace for Velero instance via vSphere UI.
1413
![How to create a supervisor namespace](how-to-create-supervisor-namespace.png)
1514

1615
And for user doesn't have VI Admin role, please add **EDIT** permission to the Supervisor namespace.
@@ -19,7 +18,7 @@ Users here are expected to be vSphere users with access to:
1918
Below is an example.
2019
![What to do when adding edit permission](grant-edit-permission.png)
2120

22-
3. Create Velero vSphere Plugin Config
21+
2. Create Velero vSphere Plugin Config
2322

2423
The config map is used to specify that the plugin is being installed on `SUPERVISOR` cluster.
2524

@@ -33,9 +32,8 @@ data:
3332
cluster_flavor: SUPERVISOR
3433
EOF
3534
```
36-
3735

38-
4. Run [Velero vSphere Operator CLI](velero-vsphere-operator-cli.md), **velero-vsphere**, to install Velero into the same namespace created in step 2 above.
36+
3. Run [Velero vSphere Operator CLI](velero-vsphere-operator-cli.md), **velero-vsphere**, to install Velero into the same namespace created in the previous step.
3937
Assume users have logged in `kubectl vSphere plugin` as vSphere users.
4038
Below are some examples about `velero-vsphere install` for different object stores as backup storage locations of Velero.
4139

0 commit comments

Comments
 (0)