$ oc delete ssb --all -n openshift-compliance
You can remove the OpenShift Compliance Operator from your cluster by using the OpenShift Container Platform web console or the CLI.
To remove the Compliance Operator, you must first delete the objects in the namespace. After the objects are removed, you can remove the Operator and its namespace by deleting the openshift-compliance project.
Access to an OpenShift Container Platform cluster using an account with cluster-admin
permissions.
The OpenShift Compliance Operator must be installed.
To remove the Compliance Operator by using the OpenShift Container Platform web console:
Go to the Operators → Installed Operators → Compliance Operator page.
Click All instances.
In All namespaces, click the Options menu and delete all ScanSettingBinding, ComplainceSuite, ComplianceScan, and ProfileBundle objects.
Switch to the Administration → Operators → Installed Operators page.
Click the Options menu on the Compliance Operator entry and select Uninstall Operator.
Switch to the Home → Projects page.
Search for 'compliance'.
Click the Options menu next to the openshift-compliance project, and select Delete Project.
Confirm the deletion by typing openshift-compliance
in the dialog box, and click Delete.
To remove the Compliance Operator, you must first delete the objects in the namespace. After the objects are removed, you can remove the Operator and its namespace by deleting the openshift-compliance project.
Access to an OpenShift Container Platform cluster using an account with cluster-admin
permissions.
The OpenShift Compliance Operator must be installed.
Delete all objects in the namespace.
Delete the ScanSettingBinding
objects:
$ oc delete ssb --all -n openshift-compliance
Delete the ScanSetting
objects:
$ oc delete ss --all -n openshift-compliance
Delete the ComplianceSuite
objects:
$ oc delete suite --all -n openshift-compliance
Delete the ComplianceScan
objects:
$ oc delete scan --all -n openshift-compliance
Delete the ProfileBundle
objects:
$ oc delete profilebundle.compliance --all -n openshift-compliance
Delete the Subscription object:
$ oc delete sub --all -n openshift-compliance
Delete the CSV object:
$ oc delete csv --all -n openshift-compliance
Delete the project:
$ oc delete project openshift-compliance
project.project.openshift.io "openshift-compliance" deleted
Confirm the namespace is deleted:
$ oc get project/openshift-compliance
Error from server (NotFound): namespaces "openshift-compliance" not found