mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-21 07:24:19 +00:00
* Move files to a Hugo structure Signed-off-by: Tony Batard <tbatard@pivotal.io>
12 lines
308 B
Markdown
12 lines
308 B
Markdown
---
|
|
title: "Uninstalling Velero"
|
|
layout: docs
|
|
---
|
|
|
|
If you would like to completely uninstall Velero from your cluster, the following commands will remove all resources created by `velero install`:
|
|
|
|
```bash
|
|
kubectl delete namespace/velero clusterrolebinding/velero
|
|
kubectl delete crds -l component=velero
|
|
```
|