=====Reboots a Node=====
To perform a graceful restart of a node:
1 Mark the node as unschedulable:
$ oc adm cordon
2 Drain the node to remove all the running pods:
$ oc adm drain --ignore-daemonsets --delete-emptydir-data --force
3 Restart the node
$ systemctl reboot