Reputation
Badges 1
4 × Eureka![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
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.
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