Can't deploy plex

joncy92

Explorer
Joined
Dec 5, 2019
Messages
69
Hi All.

I recently exported my main TrueNAS Core 12 pool, installed a fresh TrueNAS SCALE 21.04 and imported the pool which seemed to work successfully.

I opened the apps module and selected my only pool as the apps pool, and began trying to install some apps but kept getting errors like this one from Emby:

Code:
2021-05-27 0:22:48 storageclass.storage.k8s.io "ix-storage-class-radarr" not found 2021-05-27 0:22:48 Scaled up replica set radarr-7576986b8b to 1 2021-05-27 0:22:48 Created pod: radarr-7576986b8b-nc4p6 0/1 nodes are available: 1 pod has unbound immediate PersistentVolumeClaims. 0/1 nodes are available: 1 pod has unbound immediate PersistentVolumeClaims. 2021-05-27 0:22:53 waiting for a volume to be created, either by external provisioner "zfs.csi.openebs.io" or manually created by system administrator 


I then unselected my pool thinking data might have been corrupted somewhere and then stopped and deleted the Emby app.
I then deleted the ix-applications dataset and started again.

Once I then tried to install plex app, I got the following error:


Code:
2021-05-27 14:26:11
Failed to pull image "plexinc/pms-docker:1.22.3.4523-d0ce30438": rpc error: code = Unknown desc = Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 192.168.1.1:53: read udp 192.168.1.83:60685->192.168.1.1:53: i/o timeout
2021-05-27 14:20:29
Pulling image "plexinc/pms-docker:1.22.3.4523-d0ce30438"
2021-05-27 14:24:36
Failed to pull image "plexinc/pms-docker:1.22.3.4523-d0ce30438": rpc error: code = Unknown desc = Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
2021-05-27 14:21:51
Back-off pulling image "plexinc/pms-docker:1.22.3.4523-d0ce30438"
2021-05-27 14:21:51
Error: ImagePullBackOff
2021-05-27 14:21:51
Error: ErrImagePull


Any help will be appreciated
 
Last edited:

joncy92

Explorer
Joined
Dec 5, 2019
Messages
69
try a reboot and check your networksettings.

Thanks for the very fast reply! Network settings seem fine, can ping google from the shell and have rebooted a couple of times but no joy

Was there anything else I need to perform after importing the pool ?
 
Last edited:

ornias

Wizard
Joined
Mar 6, 2020
Messages
1,458
If you want to use the Apps things, you did setup your apps pool correctly?
(aka the first time launch dialog)
 

joncy92

Explorer
Joined
Dec 5, 2019
Messages
69
Thanks for the help on Discord, Ornias!

Code:
k3s kubectl get opds -A
:

Code:
NAMESPACE     NAME                       READY   STATUS             RESTARTS   AGE
kube-system   coredns-854c77959c-dslts   1/1     Running            1          136m
kube-system   openebs-zfs-controller-0   0/5     ErrImagePull       0          136m
kube-system   openebs-zfs-node-npc7v     0/2     ImagePullBackOff   0          135m
ix-plex       plex-75666ff75f-wmpjq      0/1     ImagePullBackOff   0          125m
 

ornias

Wizard
Joined
Mar 6, 2020
Messages
1,458
@joncy92 You really don't need to bump.

Anyway:
@waqarahmed You might want to try and help out this fellow. We tried assisting out our discord, but this definately goes byond the scope of TrueCharts.
 

joncy92

Explorer
Joined
Dec 5, 2019
Messages
69
Can I get any help on this, please?
I've recently purchased an entirely new box and installed SCALE 21.06 and I'm still getting the same errors
 

impovich

Explorer
Joined
May 12, 2021
Messages
72
if the output of k3s kubectl get pods -A is the same as above then you have another issue that is not related to Plex
 

joncy92

Explorer
Joined
Dec 5, 2019
Messages
69
if the output of k3s kubectl get pods -A is the same as above then you have another issue that is not related to Plex

Sure I know it's not plex as any apps I try to install will always fail.
But again this is a fresh install...what could possibly be wrong? The only thing not new is the ZFS Pool which was disconnected from CORE and then imported into SCALE
 

impovich

Explorer
Joined
May 12, 2021
Messages
72
Sure I know it's not plex as any apps I try to install will always fail.
But again this is a fresh install...what could possibly be wrong? The only thing not new is the ZFS Pool which was disconnected from CORE and then imported into SCALE

Could you show k3s kubectl get pods -A and docker ps -a

also you can check docker logs container_ideven on exited containers to see if something is wrong there
 

fbarcenas

Cadet
Joined
Oct 28, 2021
Messages
2
Yeah, I have the same problem. I started as a fresh install then imported my ZFS POOL. I can't deploy any apps either.

# k3s kubectl get pods -A
NAMESPACE NAME READY STATUS RESTARTS AGE
kube-system openebs-zfs-node-lst42 0/2 Terminating 2 6d3h
kube-system openebs-zfs-controller-0 0/5 Terminating 7 6d3h
kube-system coredns-7448499f4d-xzz5b 0/1 Terminating 2 6d3h
kube-system intel-gpu-plugin-p4bz4 0/1 Terminating 2 6d3h
kube-system coredns-7448499f4d-d2lvr 1/1 Running 0 22h
 
Top