I have a coordinator server running, and also have the IPs of worker machines registered.
However, those workers are not being used for running workloads. The coordinator server prints out ‘terminated’ as their state during startup of the coordinator server.
Is there something special i maybe need to do on the workers so they show up in the cluster and can handle work?
i also tried out the ‘manually managed’ option of entering the IPs for the head and worker nodes into the cluster yaml, which also doesn’t seem to work. Am I missing an important step?
I’m getting this as output when deploying the cluster yaml (which looks good, it includes the IPs of worker nodes). However, when running tasks and printing out on which host they get executed, it’s always only the head node that gets printed out>