Jellyfin App Stuck Deploying (Tainted Nodes)

xgr8kahxx

Cadet
Joined
Oct 5, 2023
Messages
2
Backstory: Was having issues with my Jellyfin server (TrueNasScale-22.12.4, JellyFin TrueNas App 10.8.11_1.0.13) so I rebooted it and it wouldn't come back up, getting this error:

0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.

So I tried updating the app to 1.0.14, same issue. Rolled it back to 1.0.13, same issue. Updated back to 1.0.14 same issue.

I then noticed all my other apps are doing the same thing. I even tried to use the JF Truecharts version and it gives me a similar error.

I tried deleting apps and it just sits at "Waiting for "App" to terminiate

Here might be some helpful results from commands:

root@truenas[~]# k3s kubectl get nodes
NAME STATUS ROLES AGE VERSION
ix-truenas NotReady control-plane,master 33d v1.25.3+k3s-9afcd6b9-dirty

root@truenas[~]# k3s kubectl get pods -A
NAMESPACE NAME READY STATUS RESTARTS AGE
kube-system coredns-75fc8f8fff-ppdct 0/1 TaintToleration 0 33d
kube-system coredns-75fc8f8fff-xfhp9 0/1 TaintToleration 0 32d
ix-collabora collabora-ccd949cd7-jnzq8 0/2 Terminating 3 15d
ix-nextcloud nextcloud-postgres-6d47b548bd-bb8zn 0/1 Terminating 1 15d
ix-nextcloud pre-upgrade-hook2-4vg8d 0/1 Pending 0 12h
ix-nextcloud nextcloud-55868d7f57-q4fzq 0/2 Terminating 2 15d
ix-nextcloud nextcloud-cronjob-28258830-76wdv 0/1 Terminating 0 11d
ix-nextcloud nextcloud-cronjob-28275180-c7xgs 0/1 Pending 0 117m
kube-system coredns-75fc8f8fff-j9m56 0/1 Terminating 1 21d
kube-system openebs-zfs-controller-0 0/5 Terminating 5 21d
kube-system coredns-75fc8f8fff-85wsk 0/1 Pending 0 109m
ix-jellyfin jellyfin-56dd95ff47-cfwtf 0/1 Pending 0 32m
kube-system openebs-zfs-node-4gnct 1/2 CrashLoopBackOff 2072 (2m39s ago) 21d

Any ideas???
 

xgr8kahxx

Cadet
Joined
Oct 5, 2023
Messages
2
I decided to delete all my applications, delete my ix-Applications dataset.

Installed another SSD in my server and created a new pool dedicated to ix-Applications.

I installed JellyFin Trucharts and it seems to be working fine.
 
Top