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=value pairs.
  • Validation: Label keys and values must not contain double quotes. The convox-build and convox.io/nodepool label keys are reserved and cannot be overridden.
  • The build NodePool is only created when build_node_enabled=true.

See Also