-
Notifications
You must be signed in to change notification settings - Fork 430
Open
Description
The default image for the k8s-cc-manager is over 2 years old:
gpu-operator/deployments/gpu-operator/values.yaml
Lines 500 to 511 in 75d1b96
| ccManager: | |
| enabled: false | |
| defaultMode: "off" | |
| repository: nvcr.io/nvidia/cloud-native | |
| image: k8s-cc-manager | |
| version: v0.1.1 | |
| imagePullPolicy: IfNotPresent | |
| imagePullSecrets: [] | |
| env: | |
| - name: CC_CAPABLE_DEVICE_IDS | |
| value: "0x2339,0x2331,0x2330,0x2324,0x2322,0x233d" | |
| resources: {} |
It would be great if it could be bumped to one that supports Blackwell GPUs. I tested ghcr.io/nvidia/k8s-cc-manager:d80a3a8a-distroless, which is the latest release. I can confirm this to work with B200s.
Along that, the CC_CAPABLE_DEVICE_IDS environment variable needs to be updated.
Metadata
Metadata
Assignees
Labels
No labels