Hi AgitatedTurtle16 could you verify you can access the API server with curl?
That seems like the k8s routing, can you try the web server curl?
The file is in the right path... But the web ui still the same
Ah okay, it woked thank you very much guys
AgitatedTurtle16 I think the issue is the internal mount dir - current docker images still use the /opt/trains/config
dir internally (see https://github.com/allegroai/clearml-server/blob/6434f1028e6e7fd2479b22fe553f7bca3f8a716f/docker/docker-compose.yml#L12 )
This will change in future releases (we just didn't want to "rock the boat" too much on the first clearml-server release 🙂 )
Just change the location of the apiserver.conf
file inside the docker to opt/trains/config
and you should be fine 🙂
Are you providing this file inside the webserver docker or inside the apiserver docker?
Should be inside the apiserver docker 🙂
I will try it and get back to you, thanks