ok, then I will use my workaround until it is changed. Thanks for the information & your help :)
I use kustomize to overwrite apiserver-hostpath0 with my local config from a k8 secret (my setup uses GCP volume-claims instead of leaving the files on the app=clearml node). When I overwrite apiserver-hostpath0 with an k8 secret with apiserver.conf that file is placed in /opt/clearml/config/apiserver.conf. But in this directory files are not used because the program runs in /opt/trains
Yeah, we just haven't replaced the internal folders in the docker image yet 😞
[root@apiserver-5b9c49948f-d6szv trains]# ps ax
PID TTY STAT TIME COMMAND
1 ? Ss 0:00 bash /opt/trains/wrapper.sh apiserver
12 ? Sl 0:15 python3 -m apiserver.server
Hi MysteriousHedgehong97 ,
Just to make sure I understand - is everything working (server, UI etc) and you're just wondering about the folder as shown in the ps
output?
As a workaround I could kustomize apiserver-hostpath0 to be mounted in /opt/trains/config instead of /opt/clearml/config but I tought maybe it's just work in progress.
We're working on a public Dockerfile that will also use the /opt/clearml path internally 🙂