Closed displague closed 2 years ago
The reboot provision block could be moved to the create_cluster.sh script as a background task:
# cluster create script
(sleep 300 && reboot_nodes.sh ) &
# more of the cluster create script
# eksctl waits for the nodes here
We should get a message that the nodes will be rebooted from the script change above.
If not, we'll want to inform the user when this message appears. (we may need to update the README.md to do this)
null_resource.create_cluster (remote-exec): Creating new workload cluster
The Metal nodes were previously set to automatically reboot. That automation was broken by later changes.
Trigger the reboots through automation.