Error with Kubernetes after install TrueNAS-SCALE-Angelfish-Nightlies

m0t0rh3ad

Dabbler
Joined
Jul 13, 2020
Messages
32
I've installed TrueNAS-SCALE-21.02-MASTER-20210209-012917 (2021-02-09) and got errors with my Containers.

In web interface: Apps-Installed Applications: Applications are not running
In CLI:
# k3s kubectl get pods -A
NAMESPACE NAME READY STATUS RESTARTS AGE
ix-tautulli tautulli-ix-chart-659589c78c-bf9f2 0/1 Completed 1 13d
ix-motioneye motioneye-ix-chart-7885ccc8b6-lrqzx 0/1 Error 1 13d
ix-roonserver roonserver-ix-chart-6797b8f8f-7c42f 0/1 Error 1 13d
ix-transmission transmission-ix-chart-747475b448-hhsck 0/1 Completed 2 22d
ix-plex plex-ix-chart-5f5d4cb94d-4ks4r 0/1 Completed 1 12d
kube-system coredns-66c464876b-ss4kq 0/1 Terminating 464 23d
kube-system nvidia-device-plugin-daemonset-4n5r8 0/1 Completed 4 25d
kube-system openebs-zfs-controller-0 0/5 Error 98 44d
kube-system openebs-zfs-node-tbbt8 0/2 ContainerCreating 0 6m53s
kube-system coredns-854c77959c-chfxb 0/1 ContainerCreating 0 6m58s
# k3s kubectl get pods -A
The connection to the server 127.0.0.1:6443 was refused - did you specify the right host or port?
I've tried to boot with the previous version but got the same errors.
 
Last edited:

m0t0rh3ad

Dabbler
Joined
Jul 13, 2020
Messages
32
Run command
# k3s server start
and got error:
ERRO[2021-02-09T13:55:31.230216722+03:00] Failed to retrieve agent config: "overlayfs" snapshotter cannot be enabled for "/mnt/storage/ix-applications/k3s/agent/containerd", try using "fuse-overlayfs" or "native": failed to mount overlay: invalid argument
 

ornias

Wizard
Joined
Mar 6, 2020
Messages
1,458
Did you setup Apps on the right pool using the GUI first?
 

colemar

Dabbler
Joined
Feb 12, 2022
Messages
13
I had the same issue and on my site it finished with fresh installation of TrueNAS Scale and installing apps from scratch.
 
Top