karpenter_capacity_types

Description

The karpenter_capacity_types parameter sets the EC2 purchasing model for Karpenter workload nodes.

Default Value

The default value is on-demand.

Setting the Parameter

$ convox rack params set karpenter_capacity_types=on-demand,spot -r rackName
Setting parameters... OK

Additional Information

  • Validation: Must be on-demand, spot, or on-demand,spot.
  • When both are specified, Karpenter optimizes for cost and automatically falls back to on-demand when spot capacity is unavailable.
  • Build nodes use karpenter_build_capacity_types independently.

See Also