16.4. Red Hat Quay Container Security Operator のアンインストール
				Container Security Operator をアンインストールするには、Operator をアンインストールし、imagemanifestvulns.secscan.quay.redhat.com カスタムリソース定義 (CRD) を削除する必要があります。
			
手順
- 
						OpenShift Container Platform Web コンソールで、Operators Installed Operators をクリックします。 
- 
						Container Security Operator のメニュー 
						 をクリックします。 をクリックします。
- Uninstall Operator をクリックします。
- ポップアップウィンドウで Uninstall をクリックして、決定を確認します。
- CLI を使用して、 - imagemanifestvulns.secscan.quay.redhat.comCRD を削除します。- 次のコマンドを入力して、 - imagemanifestvulns.secscan.quay.redhat.comカスタムリソース定義を削除します。- oc delete customresourcedefinition imagemanifestvulns.secscan.quay.redhat.com - $ oc delete customresourcedefinition imagemanifestvulns.secscan.quay.redhat.com- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow - 出力例 - customresourcedefinition.apiextensions.k8s.io "imagemanifestvulns.secscan.quay.redhat.com" deleted - customresourcedefinition.apiextensions.k8s.io "imagemanifestvulns.secscan.quay.redhat.com" deleted- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow