karpenter_cpu_limit
Description
The karpenter_cpu_limit parameter sets the maximum total vCPUs that Karpenter can provision across all workload nodes. This acts as a safety limit against runaway scaling.
Default Value
The default value is 100.
Setting the Parameter
$ convox rack params set karpenter_cpu_limit=200 -r rackName
Setting parameters... OK
Additional Information
- Validation: Must be a positive integer.
- This limit applies only to the workload NodePool. Build nodes have a separate limit via
karpenter_build_cpu_limit. - Custom NodePools created via
additional_karpenter_nodepools_confighave their own per-poolcpu_limit.
See Also
- Karpenter for the full Karpenter configuration reference
- karpenter_memory_limit_gb
- karpenter_build_cpu_limit