TrueNAS Scale and Docker Platform Issues
I spent the weekend setting TrueNas Scale excited for the opportunity for native docker support and hardware passthrough, only to find the ability to use docker extremely limited. This post below, which is not authored by me, sum up the issues pretty well.
https://www.truenas.com/community/threads/container-virtualization-and-the-scale-rc-1-reality.97137/
4 comments
[ 4.7 ms ] story [ 23.0 ms ] threadFor example to install anything from the chart repo you linked:
> export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
> helm repo add k8s-at-home https://k8s-at-home.com/charts/
> helm search repo k8s-at-home
> helm install k8s-at-home/aria2 --generate-name
When you go the command route as you stated here. Does the UI show k8-at-home as a catalog?
If I install a "app" from k8-at-home using the helm install, does it show up in the UI of TrueNas as a app? Or is everything done via terminal hidden from UI?