Hi. Does kubernetes block has a configuration to d...
# prefect-community
t
Hi. Does kubernetes block has a configuration to differentiate between GPU and CPU nodes? Assume I want to run my training flows on GPU nodes, so is it configurable via blocks or should we add some taints and tolerations to the deployment yaml built by Prefect?
r
taints is the way to go here
t
thanks 🙂, so should we add taints/tolerations to the deployment file generated by Prefect and apply it again?
r
Yeah, so youll have two deployments for the flow, one per node type you want to run on
t
exactly, thanks for the support I appreciate
👍 1