Startover - jonathank42/defconsandbox GitHub Wiki

New cluster overview 1 - raspi 4 8gb - Used as k3s controller 6 - orangpi 5 16gb - Used as nodes 1 - i3 nuc 32gb - Used as x86 nodes

The Purpose of the following is adding Jellyfin to the cluster and enabling the onboard GPUs of the orangepi 5s. For the orange pis, download the jammy cli version as it is the only one that enables hardware acceleration for the GPU. Follow the instructions: https://www.armbian.com/orangepi-5/

kubectl label nodes opi5-node-06 jellyfin=on

kubectl label nodes opi5-node-05 jellyfin=on

kubectl label nodes opi5-node-04 jellyfin=on

kubectl label nodes opi5-node-03 jellyfin=on

kubectl label nodes opi5-node-02 jellyfin=on

kubectl label nodes opi5-node-01 jellyfin=on

The point of the labels is to allow the jellyfin deploymenet to only run on the orange pis with the gpus enabled.