GPU support
#4222
Replies: 3 comments 3 replies
-
If you want that you'd need to provide a custom containerd config template that specifies a different default runtime. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. So nothing planned here so that a default runtime could be specified? |
Beta Was this translation helpful? Give feedback.
1 reply
-
The latter. However, we provide 38 node cluster to scientists and I do not want them all to change their deployments. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
RKE2 supports nvidia GPU directly searching for runtime and adding it to containerd config.toml. In our case, however, it does not work because it does not set default runtime value to 'nvidia' (
default_runtime_name = "nvidia"
) as is the case of the gpu-operator from nvidia. Is there any workaround for this? I would not like to change all deployments to request different runtime.Moreover, the latest nvidia gpu-operator adds runtime nvidia-cdi, so again, I would like to have this one as the default.
It can be set in the
config.toml
, but looking into sources it does not seem to be templated, so onlyconfig.toml.tmpl
can be used currently?Beta Was this translation helpful? Give feedback.
All reactions