Skip to content

Commit cf4ccfd

Browse files
authored
fix: Better verbiage for WhenEmptyOrUnderutilized in Karpenter lab (#1260)
1 parent 6f09730 commit cf4ccfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/autoscaling/compute/karpenter/consolidation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Disruption is configured through the `disruption` block in a `NodePool`. You can
1414
::yaml{file="manifests/modules/autoscaling/compute/karpenter/nodepool/nodepool.yaml" paths="spec.template.spec.expireAfter,spec.disruption"}
1515

1616
1. `expireAfter` is set to a custom value so that nodes are terminated automatically after 72 hours
17-
2. By using the `WhenEmptyOrUnderutilized` policy Karpenter will replace nodes when it seems them "under-utilized" or they have node workload pods running
17+
2. The `WhenEmptyOrUnderutilized` policy enables Karpenter to replace nodes when they are either empty or underutilized
1818

1919
The `consolidationPolicy` can also be set to `WhenEmpty`, which restricts disruption only to nodes that contain no workload pods. Learn more about Disruption on the [Karpenter docs](https://karpenter.sh/docs/concepts/disruption/#consolidation).
2020

0 commit comments

Comments
 (0)