This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.3.4.2. CLI를 사용하여 OpenShift Update Service 애플리케이션 삭제
OpenShift CLI(oc
)를 사용하여 OpenShift Update Service 애플리케이션을 삭제할 수 있습니다.
프로세스
OpenShift Update Service 애플리케이션이 생성된 네임스페이스(예:
openshift-update-service
)를 사용하여 OpenShift Update Service 애플리케이션 이름을 가져옵니다.oc get updateservice -n openshift-update-service
$ oc get updateservice -n openshift-update-service
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 출력 예
NAME AGE service 6s
NAME AGE service 6s
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 이전 단계의
NAME
값과 OpenShift Update Service 애플리케이션이 생성된 네임스페이스(예:openshift-update-service
)를 사용하여 OpenShift Update Service 애플리케이션을 삭제합니다.oc delete updateservice service -n openshift-update-service
$ oc delete updateservice service -n openshift-update-service
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 출력 예
updateservice.updateservice.operator.openshift.io "service" deleted
updateservice.updateservice.operator.openshift.io "service" deleted
Copy to Clipboard Copied! Toggle word wrap Toggle overflow