Jellyfin Forum
Jellyfin is not working (between two nodes) - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Jellyfin is not working (between two nodes) (/t-jellyfin-is-not-working-between-two-nodes)



Jellyfin is not working (between two nodes) - SpiderUnderUrBed - 2025-03-23

https://pastebin.com/rdYUMx0u
How come with existing PV's and PVC's like in the files, the pod is still stuck in pending? I have two nodes, i want my config and cache to be on my pi, so i configured the pv and pvcs there to use my PI, under nodeAffinity with matchExpressions, the only pv and pvc which shouldnt be using my pi is jellyfin content, which uses /mnt/media/jellyfin, yet again, the node is stuck in pending, and here is the error:
Code:
Events:
  Type    Reason            Age  From              Message
  ----    ------            ----  ----              -------
  Warning  FailedScheduling  98s  default-scheduler  0/2 nodes are available: 1 node(s) didn't match Pod's node affinity/selector, 1 node(s) had volume node affinity conflict. preemption: 0/2 nodes are available: 2 Preemption is not helpful for scheduling.

And there clearly are nodes that should meet the conditions:
Code:
spiderunderurbed@raspberrypi:~/k8s $ kubectl get nodes --show-labels
NAME                    STATUS  ROLES                  AGE    VERSION        LABELS
extranuc                Ready    <none>                100m    v1.31.4+k3s1  beta.kubernetes.io/arch=amd64,beta.kubernetes.io/instance-type=k3s,beta.kubernetes.io/os=linux,kubernetes.io/arch=amd64,kubernetes.io/hostname=extranuc,kubernetes.io/os=linux,node.kubernetes.io/instance-type=k3s
k3d-mycluster-server-0  Ready    control-plane,master  3d14h  v1.31.5+k3s1  beta.kubernetes.io/arch=arm64,beta.kubernetes.io/instance-type=k3s,beta.kubernetes.io/os=linux,kubernetes.io/arch=arm64,kubernetes.io/hostname=k3d-mycluster-server-0,kubernetes.io/os=linux,node-role.kubernetes.io/control-plane=true,node-role.kubernetes.io/master=true,node.kubernetes.io/instance-type=k3s
https://pastebin.com/YwSUrHKH
^ pv and pvc