mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * security/pod-vulnerability-scan.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="uninstalling-container-security-operator_{context}"]
|
|
= Uninstalling the {rhq-cso}
|
|
|
|
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 {product-title} web console, click *Operators* -> *Installed Operators*.
|
|
|
|
. Click the Options menu {kebab} 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.com` CRD.
|
|
|
|
.. Remove the `imagemanifestvulns.secscan.quay.redhat.com` custom resource definition by entering the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc delete customresourcedefinition imagemanifestvulns.secscan.quay.redhat.com
|
|
----
|
|
+
|
|
.Example output
|
|
+
|
|
[source,terminal]
|
|
----
|
|
customresourcedefinition.apiextensions.k8s.io "imagemanifestvulns.secscan.quay.redhat.com" deleted
|
|
---- |