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 アプリケーションを作成した namespace を使用して OpenShift Update Service アプリケーション名を取得します (例:
openshift-update-service)。oc get updateservice -n openshift-update-service
$ oc get updateservice -n openshift-update-serviceCopy to Clipboard Copied! Toggle word wrap Toggle overflow 出力例
NAME AGE service 6s
NAME AGE service 6sCopy to Clipboard Copied! Toggle word wrap Toggle overflow 直前の手順の
NAMEの値を使用して OpenShift Update Service アプリケーションと、OpenShift Update Service アプリケーションを作成した namespace (例:openshift-update-service) を削除します。oc delete updateservice service -n openshift-update-service
$ oc delete updateservice service -n openshift-update-serviceCopy to Clipboard Copied! Toggle word wrap Toggle overflow 出力例
updateservice.updateservice.operator.openshift.io "service" deleted
updateservice.updateservice.operator.openshift.io "service" deletedCopy to Clipboard Copied! Toggle word wrap Toggle overflow