This is the documentation for the latest development version of Velero. Both code and docs may be unstable, and these docs are not guaranteed to be up to date or correct. See the latest version.
If you would like to completely uninstall Velero from your cluster, the following commands will remove all resources created by velero install
:
kubectl delete namespace/velero clusterrolebinding/velero
kubectl delete crds -l component=velero
To help you get started, see the documentation.