Shailesh Kondke

Results 6 comments of Shailesh Kondke

I'm getting an error while installing the operator - Error: template: gpu-operator/templates/clusterpolicy.yaml:62:18: executing "gpu-operator/templates/clusterpolicy.yaml" at : nil pointer evaluating interface {}.repository

@shivamerla thanks for reply, I have created a multi-node k0s Kubernetes cluster using this blog https://www.padok.fr/en/blog/k0s-kubernetes-gpu I'm getting the same error `Failed to create pod sandbox: rpc error: code =...

@shivamerla ouput of `kubectl logs nvidia-operator-validator-79s4j -n gpu-operator -c driver-validation` is `Error from server (BadRequest): container "driver-validation" in pod "nvidia-operator-validator-79s4j" is waiting to start: PodInitializing` and "nvidia" runtime settings are...

@shivamerla yes, the file (/etc/k0s/containerd.toml) is changed on both worker nodes ``` version = 2 [plugins] [plugins."io.containerd.grpc.v1.cri"] [plugins."io.containerd.grpc.v1.cri".containerd] default_runtime_name = "nvidia" [plugins."io.containerd.grpc.v1.cri".containerd.runtimes] [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.nvidia] privileged_without_host_devices = false runtime_engine = "" runtime_root...