Skip to main content
To enable node pools in your cluster with TrueFoundry, follow these steps:

Node Pool Label Configuration

Ensure all nodes in your cluster have a node pool label. This label should follow the format <nodepool-label-key>: <nodepool-name>. Example: If your node pool label key is truefoundry.com/nodepool, each node should have a label like truefoundry.com/nodepool: <nodepool-name>. To configure the label key in TrueFoundry:
  1. Click on edit in the Cluster and then toggle on the Advanced Fields section.
  2. Under Node Label Keys, fill in the Nodepool Selector Label with your chosen label key.

GPU Node Pool Configuration

To deploy workloads on GPU nodes, assign labels to GPU node pools indicating the GPU type. Label Key: truefoundry.com/gpu_type Possible Values:
  • A10G, A10_12GB, A10_24GB, A10_4GB, A10_8GB
  • A100_40GB, A100_80GB
  • H100_80GB, H100_94GB, H200
  • L4, L40S
  • P100, P4, T4, V100
Example: If you have a nodepool with A10G (24GB) nodes, label nodes of this nodepool with truefoundry.com/gpu_type: A10_24GB.