Instead of mounting container volumes at /storage/containers/<name>, use sub-directories below to prevent thrashing of directory permissions between Ansible and the container chown'ing.
In order to prevent having to create these sub-directories, use the DirectoryOrCreate type for the hostPath volumes.
Instead of mounting container volumes at
/storage/containers/<name>
, use sub-directories below to prevent thrashing of directory permissions between Ansible and the container chown'ing.In order to prevent having to create these sub-directories, use the DirectoryOrCreate type for the hostPath volumes.