Skip to content

Commit

Permalink
Merge branch 'update_cc_supported_skus' into 'master'
Browse files Browse the repository at this point in the history
Update H100 PCIe(0x2331) and H800 PCIe(0x2322) as only suported SKUs for CC

See merge request nvidia/kubernetes/gpu-operator!742
  • Loading branch information
shivamerla committed Jul 28, 2023
2 parents 76869a1 + 03688e3 commit cd8ebed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/state-cc-manager/0500_daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
fieldRef:
fieldPath: spec.nodeName
- name: CC_CAPABLE_DEVICE_IDS
value: "0x2339,0x2331,0x2330,0x2324,0x2322,0x233d"
value: "0x2322,0x2331"
# always use runc for driver containers
- name: NVIDIA_VISIBLE_DEVICES
value: void
Expand Down

0 comments on commit cd8ebed

Please sign in to comment.