karpenter_build_capacity_types
Description
The karpenter_build_capacity_types parameter sets the EC2 purchasing model for Karpenter build nodes.
Default Value
The default value is on-demand.
Setting the Parameter
$ convox rack params set karpenter_build_capacity_types=on-demand,spot -r rackName
Setting parameters... OK
Additional Information
- Validation: Must be
on-demand,spot, oron-demand,spot. - The build NodePool is only created when
build_node_enabled=true.
See Also
- Karpenter for the full Karpenter configuration reference
- karpenter_capacity_types