I need some help setting up a K3S node using Ranch...
# rancher-setup
a
I need some help setting up a K3S node using Rancher’s “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>
.
p
You can set freely a label on a node after it has been integrated into the cluster. However, it doesnt seems theres an embedded way to set an argument for k3s. There is for kubelet, but thats about it. Maybe ask in#CGGQEHPPW?