Closed einherjar9527 closed 6 days ago
os: centos 7.9 GLIBC version: 2.1.7 k8s version: 1.26.4 container version: v1.7.15 gpu-operator-version: 24.6.2
I'm trying to install gpu-operator in the above environment, run:
helm install gpu-operator nvidia-gpu-operator/gpu-operator --version 24.6.2 \ --set operator.defaultRuntime=containerd \ --set driver.enabled=false kubectl get pods
helm install gpu-operator nvidia-gpu-operator/gpu-operator --version 24.6.2 \ --set operator.defaultRuntime=containerd \ --set driver.enabled=false
kubectl get pods
kubectl describe pod nvidia-operator-validator-gjrxr
Any ideas? Thank you!
Checklist
os: centos 7.9 GLIBC version: 2.1.7 k8s version: 1.26.4 container version: v1.7.15 gpu-operator-version: 24.6.2
issue description
I'm trying to install gpu-operator in the above environment, run:
Any ideas? Thank you!