Skip to content

Are Tensorboad services preventing CPU nodes to scale down? #1482

Discussion options

You must be logged in to vote

By default, Tensorboard service does not use any node scheduling, so it probably uses the default nodes.
If you need to use a different node selectors or attach presets. When you click start tensorboard or run downstreamOp, the modal shows an editor which is basically prefilled a polyaxonfile:

you can just assign a preset if you have one:

presets: [tensorboard-cpu-preset]

Or patch the run with a node selector:

runPatch:
  environment:
    nodeSelector:
      polyaxon_pool_type: polyaxon-tensorboard

Note that for Tensorboad, by default it loads the component from here: Tensorboard Component
You can create your own Tensorboad component by following this tutorial
In that case you will use:

h…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by polyaxon-team
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant