Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation for velero uninstall #600

Merged
merged 1 commit into from
Jan 15, 2025
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 docs/supervisor.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for the detail.

In a vSphere with Tanzu Supervisor cluster, users should use `Velero vSphere Operator` CLI to uninstall [Uninstalling Velero on Supervisor cluster](velero-vsphere-operator-user-manual.md#uninstalling-velero-on-supervisor-cluster).

**Note**: Disabling the `Velero vSphere Operator` Supervisor Service will also uninstall Velero as well as the ```velero-plugin-for-vsphere``` in the Supervisor cluster. However, as a best practice, it is recommended to uninstall velero and velero-plugin-for-vsphere using `Velero vSphere Operator CLI`.
**Note**: Users are expected to uninstall velero and velero-plugin-for-vsphere using `Velero vSphere Operator CLI`.

## Backup

Expand Down
1 change: 0 additions & 1 deletion docs/velero-vsphere-operator-user-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,3 @@ Below are some examples about `velero-vsphere install` for different object stor
```

2. Delete the supervisor namespace created for Velero instance via vSphere UI.
3. Disable `Velero vSphere Operator` supervisor service via vSphere UI.
Loading