Nonoy

Results 2 comments of Nonoy

I set the `RUNTIME` envvar via helm: ``` helm install --wait gpu-operator -n gpu-operator --create-namespace \ nvidia/gpu-operator \ --set 'toolkit.env[0].name=RUNTIME' \ --set 'toolkit.env[0].value=containerd' \ --set 'toolkit.env[1].name=CONTAINERD_CONFIG' \ --set 'toolkit.env[1].value=/etc/containerd/config.toml' \...

For what it's worth, I've got this working on a k8s v1.25 cluster (where containerd runtime is used and not docker). I'm just wondering if there's a way to bypass...