Specify the head node resources separately from worker resources #8847
Unanswered
mikeprince4
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to run a managed job (sky jobs) with k8s. Is there a way to specify the size (CPUs, memory) of the head node, separately from the workers? We have jobs that appear to die due to out of memory on the head node, but we don't want to have to increase the size for all nodes merely due to the head node dying.
Here's an example of part of the yaml:
Would be nice if we could do something like this:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions