This information shows you how to uninstall OpenShift® APIs
for Data Protection (OADP) and Velero.
Procedure
- Using the Red Hat®
OpenShift web console,
uninstall the Velero instance in the OADP
operator.
- Using the OpenShift web
console, uninstall the OADP
operator.
- Log in to Red Hat
OpenShift Container Platform as a cluster
administrator.
${OC_LOGIN}
Remember:
OC_LOGIN is an alias for the oc login
command.
- Run the following command:
oc delete crd $(oc get crds | grep velero.io | awk -F ' ' '{print $1}')