I’m using k3s to set up a Kubernetes cluster with JupyterHub to run on a GPU-enabled server. However, when I spin up an image, I don’t get any GPU devices, nor does nvidia-smi work.
When running the example code on the JupyterHub docs, the GPU is schedulable and when deploying my own pod, I can run nvidia-smi just fine. The thing is that k3s requires the runtimeClassName to be set, which is not the case for the Jupyter-launched pods. Is there a way to enable this?