karpenter_build_node_labels
Description
The karpenter_build_node_labels parameter adds custom Kubernetes labels to Karpenter build nodes. These labels are applied alongside the default convox-build=true and convox.io/nodepool=build labels.
Default Value
The default value is empty (no custom labels).
Setting the Parameter
$ convox rack params set karpenter_build_node_labels=environment=build,team=platform -r rackName
Setting parameters... OK
Additional Information
- Format: Comma-separated
key=valuepairs. - Validation: Label keys and values must not contain double quotes. The
convox-buildandconvox.io/nodepoollabel keys are reserved and cannot be overridden. - The build NodePool is only created when
build_node_enabled=true.
See Also
- Karpenter for the full Karpenter configuration reference
- karpenter_node_labels for workload node labels