Scale Docker Gui build

kiwihuman

Dabbler
Joined
Jan 26, 2021
Messages
11
Hello Guys

Sorry i don't post alot any where so yea

So I'm just testing out the new Freenas Scale as i for one cant wait for Docker support in Freenas just playing around, but i think i have gotten myself stuck


Code:
Error: [EINVAL] chart_release_create.release_name: Does not match [a-z0-9]([-a-z0-9]*[a-z0-9])?


Whenever i go to make a Docker image I get this error above, i had a problem earlier with kubernetes not running but looked around here and got that going

umm oh

OS Version:TrueNAS-SCALE-20.12-ALPHA
Product:System Product Name
Model:Intel(R) Core(TM) i3-9100 CPU @ 3.60GHz
Memory:31 GiB

Any help would be great thank you so much
 

kiwihuman

Dabbler
Joined
Jan 26, 2021
Messages
11
update i can build Dockers in the Cli

just not the dock

and could someone please remove my 2nd post (posted the same thing 2 times, i'm not a smart man )
 

shadofall

Contributor
Joined
Jun 2, 2020
Messages
100
Probably a bug in the initial alpha gui. I was able to deploy a container through the gui the other day with the nightlies. didn't quiet work like I expected but it did work. The not expected part could be due to not having fully wrapped my head around kube yet compared to docker. Or it maybe that it's very much a work work in progress and slot of it is more hard coded proof of concept than fleshed out yet.
 

kiwihuman

Dabbler
Joined
Jan 26, 2021
Messages
11
thanks you taking the time to replay shadofall, and thanks for the help, yea i guess so i mean it can make them in the cli and they work so looking like a GUI bug, have a wonderful week

i going to keep playing around with this alpha lol i don't expect much today, as i can't even post on a forum right today, without making two post
also thank you random mod that removed my second post =D
 
Joined
Feb 8, 2021
Messages
2
try not to include any uppercase, symbols or spaces in the Application name. Worked for me.

I had the same error as original poster and this solution worked. Uppercase characters seem to be the culprit. I was still able use a dash (-) in the name.
 

ornias

Wizard
Joined
Mar 6, 2020
Messages
1,458
I had the same error as original poster and this solution worked. Uppercase characters seem to be the culprit. I was still able use a dash (-) in the name.
Yes this would work.
However I would highly advice against using dash in the name, which you would understand once you start looking at the service names :P
 

xtreamdev

Cadet
Joined
Jan 28, 2019
Messages
6
try not to include any uppercase, symbols or spaces in the Application name. Worked for me.
This worked for me on version TrueNAS-SCALE-22.02.3
 
Top