Unable to shut down all the nodes in OpenShift 4 cluster
Issue
- Following the steps of the document, I tried to shut down all of the nodes, but some nodes did not shut down.
$ for node in $(oc get nodes -o jsonpath='{.items[*].metadata.name}'); do oc debug node/${node} -- chroot /host shutdown -h 1; done
- My cluster has infra nodes
Environment
- Red Hat Openshift Container Platform (RHOCP)
- 4
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.