Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k8s-driver-manager container image is not included as part of the OLM Operator Bundle #1294

Open
tginer opened this issue Feb 26, 2025 · 1 comment

Comments

@tginer
Copy link

tginer commented Feb 26, 2025

The nvcr.io/nvidia/cloud-native/k8s-driver-manager image is required and is not packaged in the Kubernetes Operator Bundle

In an air gapped environment after mirroring with 'oc-mirror' tool the gpu-operator-certified bundle, the k8s-driver-manager image was missing in the offline registry and I had to manually mirror it. Ideally it should be included as part of the bundle package, as it is required and specified in the CSV:

oc get csv -n nvidia-gpu-operator gpu-operator-certified.v24.6.2 -o yaml | grep k8s-driver
                  value: nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:740abc3ff657545c10effd5354f09af525200ed9a1b7623f0c2e8c7bd9e4a4e2
  - image: nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:740abc3ff657545c10effd5354f09af525200ed9a1b7623f0c2e8c7bd9e4a4e2
    name: k8s-driver-manager-image

In this specific version OCP 4.16.14 and GPU Operaotr 24.6.2, this specific container image was missing:
nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:740abc3ff657545c10effd5354f09af525200ed9a1b7623f0c2e8c7bd9e4a4e2
but should be included in every operator version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants