Install Steps
Git clone this repo to your unraid's
/boot/k3raidDownload k3s binary to
/boot/k3raid/k3sEdit
/boot/k3raid/kofwhich contains your k3s startup commands like this:
#!/bin/bash$K3S \
server \
--disable=traefik \
--flannel-ipv6-masq \
--cluster-cidr='10.42.0.0/16,fdbd:cafe:42:0::/56' \
--service-cidr='10.43.0.0/16,fdbd:cafe:43:0::/112'- Last step, edit your
/boot/config/gofile, add a line of code:bash /boot/k3raid/k3raid init
Usage Notice
After OS start, you can control k3raid using
/etc/rc.d/rc.k3sAll data are located in
/mnt/disk1/system/k3raidby defaultTraefik use port
80/443by default, which may conflict with emhttpd, use with caution