Can not install jellyfin (from official ix store)

elbzone

Cadet
Joined
Mar 30, 2023
Messages
7
Hey there,

My clickpath is `Applications` -> `Discover` -> `Jellyfin` -> `Install`.

I am running "TrueNAS-SCALE-23.10.1.3".

By using my above clickpath, I've configured and installed a jellyfin app but it is never displayed in my apps overview.
If I try to install it again, truenas scale is complaning 'The name "jellyfin" is already in use'.
Again, if I open the "Installed Applications", there is no jellyfin listed, so I can not debug or get information to fix anything.

If I use k3s, I see that something is there.

Code:
k3s kubectl get pods,svc,daemonsets,deployments,statefulset,sc,pvc,ns,job --all-namespaces -o wide | grep jellyfin
ix-jellyfin         service/jellyfin                     NodePort       172.17.183.107   <none>           30013:30013/TCP                                   3d3h   app.kubernetes.io/instance=jellyfin,app.kubernetes.io/name=jellyfin,pod.name=jellyfin
ix-jellyfin         deployment.apps/jellyfin                     0/0     0            0           3d3h   jellyfin                                             jellyfin/jellyfin:10.8.13-1                                                                                                                                                                            app.kubernetes.io/instance=jellyfin,app.kubernetes.io/name=jellyfin,pod.name=jellyfin
            storageclass.storage.k8s.io/ix-storage-class-jellyfin         zfs.csi.openebs.io   Retain          Immediate           true                   3d3h


What I've done is to set the number of replicas to 0.

Code:
k3s kubectl -n ix-jellyfin scale --replicas=0 deploy jellyfin


But as expected, this did not fix anything.

What I would like to know (and could neither find in this forum or by trying to understand kubernetes in a few minutes), how can I completely remove all jellyfin related pods/apps from the system via cli?
Or is there a way to debug to figure out what is wrong?

Thanks in advance!
 

dcembree

Cadet
Joined
Feb 16, 2024
Messages
1
I had the exact same thing happen.

I could get it show up by going to https://<your IP or hostname>/ui/apps/installed/TRUENAS/community/jellyfin directly.

Not sure why this happens. Saw another post saying a Truenas server reboot also fixed it.
 
Top