Hello, I need some help setting up a K3S node usin...
# general
a
Hello, I need some help setting up a K3S node using the "Create Cluster" functionality. I want to know if I can set the following config so it's ready to use the GPU: • Add
--default-runtime=nvidia
to the K3S cli. In a regular install this is done by adding it to the
ExecStart
parameter of
/etc/systemd/system/k3s.service
• Set the following label to the node:
<http://nvidia.com/gpu.present=true|nvidia.com/gpu.present=true>
.