Difficulties Deploying Traefik, Plex Apps

a575606

Cadet
Joined
Jun 24, 2021
Messages
4
Hi. I have a home server and am in the process of moving from an Xpenology build to TrueNAS Scale, and so I'm stumbling my way through learning the system. So far it's going well, I've been able to get my storage pool set up and some of my data copied over as well as importing my ssl certs, hostnames setup, some users added, shares, services configured, etc. I've been able to figure out how to solve most issues along the way, but I've hit a bit of a stumbling block when it came to getting apps set up.

Although I already successfully installed Portainer and could probably get everything working via that, as much as possible I am trying to use either the built in or community apps as I'm assuming they should be more integrated and supported. However, so far i'm 0/2

The error I'm getting with Plex is described in another thread. The app installs but fails to load, continually crashing with the following error in the logs:
[134118.505667] IPVS: rr: TCP (server's internal ip):32400 - no destination available

By far the more pressing issue is getting a reverse proxy installed so I can access services remotely without opening up a lot of ports. Traefik fails to install with the default settings with the following error:

Error: [EFAULT] Failed to install chart release: W0627 10:08:38.166304 2866003 warnings.go:70] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition W0627 10:08:38.178194 2866003 warnings.go:70] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition W0627 10:08:38.190405 2866003 warnings.go:70] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition W0627 10:08:38.203337 2866003 warnings.go:70] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition W0627 10:08:38.215065 2866003 warnings.go:70] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition W0627 10:08:38.226036 2866003 warnings.go:70] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition W0627 10:08:38.237959 2866003 warnings.go:70] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition W0627 10:08:38.247577 2866003 warnings.go:70] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: [ValidationError(Deployment.spec.template.spec.containers[0].volumeMounts[0]): missing required field "name" in io.k8s.api.core.v1.VolumeMount, ValidationError(Deployment.spec.template.spec.containers[0].volumeMounts[0]): missing required field "mountPath" in io.k8s.api.core.v1.VolumeMount, ValidationError(Deployment.spec.template.spec.volumes[0]): missing required field "name" in io.k8s.api.core.v1.Volume]

I have tried both hostPath and pvc under storage, and can't seem to find anywhere to enter the storage name, there simply doesn't seem to be a form field for that. Any help would be much appreciated. Thanks!
 

stavros-k

Patron
Joined
Dec 26, 2020
Messages
231
Traefik is indeed not working right now, today there was some initial work, but it probably won't work yet as it's Work in progress.

About plex, in case you are installed the one from TrueCharts catalog, Please come to our discord (https://truecharts.org/).
Send there the settings you used and will try to figure it out.

* Note that discord have a 10min anti spam rule, so you will be able to post 10min after joining.
 
Top