Skip to content

Update k8s-cc-manager image to support Blackwell GPUs #1991

@msanft

Description

@msanft

The default image for the k8s-cc-manager is over 2 years old:

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions