You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gpu-sharing/autoscaling/karpenter.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ When GPU-sharing pods are unschedulable, KAI's `node-scale-adjuster` creates tem
11
11
## Gpu Fractional Pods
12
12
13
13
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.
15
15
16
16
The annotation prevents Karpenter from disrupting nodes that host those pods in most voluntary disruption flows.
17
17
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