Hello,
I like running custom containers using the terminal instead of the UI, it's easier than filling in the forms in the UI. Below is an example command to spawn a cloudflare container for dynamic IP:
It runs perfectly, however, it's not showing in the dashboard (http://yourdashboard/ui/apps/installed).
Am I missing a certain tag to let it show up there?
The following command shows all the containers running on the truenas scale instance:
I see various other containers, including the one I spawned, so my container is effectively running.
Any thoughts?
I like running custom containers using the terminal instead of the UI, it's easier than filling in the forms in the UI. Below is an example command to spawn a cloudflare container for dynamic IP:
Code:
k3s kubectl run cloudflare-ddns --image=oznu/cloudflare-ddns --env="API_KEY=<fill in>" --env="ZONE=<yourdomain>" --env="SUBDOMAIN=ip
It runs perfectly, however, it's not showing in the dashboard (http://yourdashboard/ui/apps/installed).
Am I missing a certain tag to let it show up there?
The following command shows all the containers running on the truenas scale instance:
Code:
k3s kubectl get pods --all-namespaces -o jsonpath="{.items[*].spec.containers[*].name}"
I see various other containers, including the one I spawned, so my container is effectively running.
Any thoughts?