Optional
annotations?: ValuesAnnotations applied to all nodes
Optional
consolidation?: { Enables consolidation which attempts to reduce cluster cost by both removing un-needed nodes and down-sizing those that can't be removed. Mutually exclusive with the ttlSecondsAfterEmpty parameter.
Replaced with disruption.consolidationPolicy for versions v0.32.x and later
Optional
disruption?: { Disruption section which describes the ways in which Karpenter can disrupt and replace Nodes Configuration in this section constrains how aggressive Karpenter can be with performing operations like rolling Nodes due to them hitting their maximum lifetime (expiry) or scaling down nodes to reduce cluster cost Only applicable for versions v0.32 or later
Optional
labels?: ValuesLabels applied to all nodes
Optional
limits?: { Limits define a set of bounds for provisioning capacity. Resource limits constrain the total size of the cluster. Limits prevent Karpenter from creating new instances once the limit is exceeded.
Extended resources are fully-qualified resource names outside the kubernetes.io domain. They allow cluster operators to advertise and users to consume the non-Kubernetes-built-in resources such as hardware devices GPUs, RDMAs, SR-IOVs... e.g nvidia.com/gpu, amd.com/gpu, etc...
Optional
cpu?: numberOptional
memory?: stringOptional
requirements?: NodePoolRequirementValuesRequirement properties for Node Pool (Optional) - If not provided, the add-on will deploy one with no value, providing no restrictions when Karpenter optimizes.
Optional
startupProvisioned nodes will have these taints, but pods do not need to tolerate these taints to be provisioned by this provisioner. These taints are expected to be temporary and some other entity (e.g. a DaemonSet) is responsible for removing the taint after it has finished initializing the node.
Optional
taints?: Taint[]Taints for the provisioned nodes - Taints may prevent pods from scheduling if they are not tolerated by the pod.
Optional
ttlHow many seconds Karpenter will wailt until it deletes empty/unnecessary instances (in seconds). Mutually exclusive with the consolidation parameter.
Replaced with disruption.consolidationPolicy and disruption.consolidateAfter for versions v0.32.x and later
Optional
ttlIf omitted, the feature is disabled and nodes will never expire. If set to less time than it requires for a node to become ready, the node may expire before any pods successfully start.
Replaced with disruption.expireAfter for versions v0.32.x and later
Optional
weight?: numberPriority given to the provisioner when the scheduler considers which provisioner to select. Higher weights indicate higher priority when comparing provisioners.
Utility type for Karpenter NodePool Specs