Skip to content

Commit 7ed7324

Browse files
authored
docs: Fixed typos in karpenter.md (#2084)
Signed-off-by: Roman Baron <romanb@nvidia.com>
1 parent 38dd06f commit 7ed7324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/gpu-sharing/autoscaling/karpenter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When GPU-sharing pods are unschedulable, KAI's `node-scale-adjuster` creates tem
1111
## Gpu Fractional Pods
1212

1313
For fractional GPU workloads, KAI creates GPU reservation pods in the `kai-resource-reservation` namespace.
14-
These reservation pods have a normal `nvidia.com/gpu` request and are used by KAI to "reserve" gpus consumed by the fractional pods. They perevent double-booking of gpu devices. KAI annotates these reservation pods with Karpenter's `karpenter.sh/do-not-disrupt` annotation.
14+
These reservation pods have a normal `nvidia.com/gpu` request and are used by KAI to "reserve" GPUs consumed by the fractional pods. They prevent double-booking of GPU devices. KAI annotates these reservation pods with Karpenter's `karpenter.sh/do-not-disrupt` annotation.
1515

1616
The annotation prevents Karpenter from disrupting nodes that host those pods in most voluntary disruption flows.
1717
Karpenter's disruption documentation states that pods that cannot be evicted cause Karpenter to ignore the node and try later during candidate selection.

0 commit comments

Comments
 (0)