This SOP should be followed in the following scenarios:
Prequisite steps:
- Follow the SOP for cordoning and draining the nodes.
- Follow the SOP for creating an etcd
backup.
nodes=$(oc get nodes -o name | sed -E "s/node\///")
for node in ${nodes[@]}; do ssh -i ~/ocp_backups/.backup.key core@$node sudo shutdown -h now; done