You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a node to hosts.yaml when you get access to more nodes, and the jobs you are currently running will automatically go there.
Remove a node from hosts.yaml when someone asks you to vacate the node.
Removing a node from hosts.yaml does not kill the job. However, it is guaranteed that the removed node will not be given a new job once it's been removed from hosts.yaml.
The text was updated successfully, but these errors were encountered:
Use case:
hosts.yaml
when you get access to more nodes, and the jobs you are currently running will automatically go there.hosts.yaml
when someone asks you to vacate the node.Removing a node from
hosts.yaml
does not kill the job. However, it is guaranteed that the removed node will not be given a new job once it's been removed fromhosts.yaml
.The text was updated successfully, but these errors were encountered: