16.4. Red Hat Quay Container Security Operator 설치 제거
				Container Security Operator를 설치 제거하려면 Operator를 설치 제거하고 imagemanifestvulns.secscan.quay.redhat.com 사용자 정의 리소스 정의(CRD)를 삭제해야 합니다.
			
프로세스
- 
						OpenShift Container Platform 웹 콘솔에서 Operator 
설치된 Operator 를 클릭합니다.  - 
						Container Security Operator의 
						
						 메뉴를 클릭합니다.
					 - Operator 제거를 클릭합니다.
 - 팝업 창에서 설치 제거를 클릭하여 결정을 확인합니다.
 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.comCopy 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" deletedCopy to Clipboard Copied! Toggle word wrap Toggle overflow