Ok, so after a lot of digging, I found that the the extraMounts
are actually mounting my local folder to the container, but I thought that setting the containerPath: /data
would use that for all PVCs, but instead it stores in /var/local-path-provisioner
as in the guide.
Now the next problem is, I set the containerPath:/var/local-path-provisioner
, i.e. the default one, but now there are permission issues and the clearml server cannot start.
The docker daemon in my case is rootless and I do not have sudo access, is there a way to pass the user to the node, like we do in Dockerfile by ADDUSER?
Hi @<1537605927430000640:profile|NarrowSquirrel61> , the fileserver data folder (which is where the data is stored) is handled by a Persistent Volume Claim (either one you provided or one automatically created by the chart, see here ). You could probably find out the actual location by describing the PVs in your cluster.