Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix group ownership and file permissions
OpenShift runs containers using an arbitrarily assigned user ID, the group ID must always be set to the root group (0) so the /data1 folder and model files that the minio server process needs to access must have their group ownership set to the root group. They also need to be read/writable by that group as per OpenShift Container Platform-specific guidelines. https://developers.redhat.com/blog/2020/10/26/adapting-docker-and-kubernetes-containers-to-run-on-red-hat-openshift-container-platform#group_ownership_and_file_permission Resolves kserve/modelmesh-serving#215 Signed-off-by: Christian Kadner <[email protected]>
- Loading branch information