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.10.4.2. CLI でのメンテナーンスモードからのノードの再開
ノードの NodeMaintenance
オブジェクトを削除することによって、メンテナーンスモードからノードを再開し、これを再度スケジュール可能な状態にします。
手順
NodeMaintenance
オブジェクトを見つけます。oc get nodemaintenance
$ oc get nodemaintenance
Copy to Clipboard Copied! Toggle word wrap Toggle overflow オプション:
NodeMaintenance
オブジェクトを検査し、これが正しいノードに関連付けられていることを確認します。oc describe nodemaintenance <node02-maintenance>
$ oc describe nodemaintenance <node02-maintenance>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 出力例
Copy to Clipboard Copied! Toggle word wrap Toggle overflow NodeMaintenance
オブジェクトを削除します。oc delete nodemaintenance <node02-maintenance>
$ oc delete nodemaintenance <node02-maintenance>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow