Overview
Most teams will need to assign different workload to different machines, some of this workload has a very clear profile like builds, Tensorboard, … As an admin you can create several workload profiles using presets to simplify the process of assigning pods to nodes.
Defining a workload profile
Defining a workload profile using a presets can be as simple as setting a default node selector or as complex as defining a catalog of machines.
- Builds
runPatch:
environment:
nodeName: build-node
You can save this preset as build-node
.
- Experiments
runPatch:
environment:
nodeSelector:
polyaxon: experiments
You can save this preset as default-experiments-selector
.