karpenter_build_instance_sizes

Description

The karpenter_build_instance_sizes parameter specifies which EC2 instance sizes Karpenter can use when provisioning build nodes.

Default Value

The default value is empty (falls back to karpenter_instance_sizes).

Setting the Parameter

$ convox rack params set karpenter_build_instance_sizes=xlarge,2xlarge -r rackName
Setting parameters... OK

Additional Information

  • Validation: Comma-separated lowercase alphanumeric values.
  • The build NodePool is only created when build_node_enabled=true.

See Also