Uninstalling the Red Hat Quay Container Security Operator
To uninstall the Container Security Operator, you must uninstall the Operator and delete the imagemanifestvulns.secscan.quay.redhat.com custom resource definition (CRD).
Procedure
-
On the Red Hat OpenShift Container Platform web console, click Ecosystem → Installed Operators.
-
Click the Options menu
of the Container Security Operator.
-
Click Uninstall Operator.
-
Confirm your decision by clicking Uninstall in the popup window.
-
Use the CLI to delete the
imagemanifestvulns.secscan.quay.redhat.comCRD.-
Remove the
imagemanifestvulns.secscan.quay.redhat.comcustom resource definition by entering the following command:$ oc delete customresourcedefinition imagemanifestvulns.secscan.quay.redhat.comExample outputcustomresourcedefinition.apiextensions.k8s.io "imagemanifestvulns.secscan.quay.redhat.com" deleted
-