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.9.2. Windows Machine Config Operator namespace の削除
デフォルトで Windows Machine Config Operator (WMCO) 用に生成された namespace を削除できます。
前提条件
- WMCO がクラスターから削除されます。
手順
openshift-windows-machine-config-operator
namespace で作成されたすべての Windows ワークロードを削除します。$ oc delete --all pods --namespace=openshift-windows-machine-config-operator
openshift-windows-machine-config-operator
namespace のすべての Pod が削除されているか、または終了状態を報告していることを確認します。$ oc get pods --namespace openshift-windows-machine-config-operator
openshift-windows-machine-config-operator
namespace を削除します。$ oc delete namespace openshift-windows-machine-config-operator