Another Permissions Thread... Docker Config Volumes that start as Nobody, then chown to 1000/1000

GoingOffRoading

Dabbler
Joined
Feb 11, 2018
Messages
23
So here's an odd one for you...

I have a dataset with 777 on UID/GID 1000 and serves as my Docker configs folder for Docker containers running in separate Kubernetes nodes.

I'm running into a lot of issues with containers starting to write configurations as UID/GID nobody, and then CHOWN'ing their configs to 1000/1000.

Example: https://imgur.com/a/tjw0NT9

Is there a way to configure the permissions on the dataset, of the NFS share from the Scale GUI, to force 1000/1000 user permissions, even when the container starts as nobody?
 
Top