Skip to content

Commit 832bc4c

Browse files
committed
Fix Nvidia device plugin that is running on CPU
**Description** https://t.corp.amazon.com/P216481059 **Testing Done** Will manually verify if plugin still crashes
1 parent 16734e0 commit 832bc4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm_chart/HyperPodHelmChart/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ nvidia-device-plugin:
138138
requiredDuringSchedulingIgnoredDuringExecution:
139139
nodeSelectorTerms:
140140
- matchExpressions:
141+
- key: nvidia.com/gpu
142+
operator: Exists
141143
# nvidia plugin needs at least one node selector. Below label exists for all hyperpod nodes
142144
- key: kubernetes.io/os
143145
operator: In

0 commit comments

Comments
 (0)