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.5.2. CLI でのメンテナーンスモードからのノードの再開
ノードの NodeMaintenance オブジェクトを削除することによって、メンテナーンスモードからノードを再開し、これを再度スケジュール可能な状態にします。
手順
NodeMaintenanceオブジェクトを見つけます。oc get nodemaintenance
$ oc get nodemaintenanceCopy 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