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
  1. On the Red Hat OpenShift Container Platform web console, click EcosystemInstalled Operators.

  2. Click the Options menu kebab of the Container Security Operator.

  3. Click Uninstall Operator.

  4. Confirm your decision by clicking Uninstall in the popup window.

  5. Use the CLI to delete the imagemanifestvulns.secscan.quay.redhat.com CRD.

    1. Remove the imagemanifestvulns.secscan.quay.redhat.com custom resource definition by entering the following command:

      $ oc delete customresourcedefinition imagemanifestvulns.secscan.quay.redhat.com
      Example output
      customresourcedefinition.apiextensions.k8s.io "imagemanifestvulns.secscan.quay.redhat.com" deleted