milvus/build/docker
Guillaume Moutier d15db7596d
fix: fix permissions on /milvus for OpenShift compatibility (#30775)
OpenShift runs Pods with a random uid and gid 0.
As Milvus needs to write into the /milvus directory, this fix modifies
the group permissions to allow the root group (gid 0) to write into it.
This is a simple solution that allows to run Milvus on OpenShift without
adding security constraints, use special ServiceAccounts or whatever.
This should also not impact any other kubernetes platform as it's a
simple group permission change, nothing regarding the userid.

Note: Other actions are necessary to properly deploy the full stack
(Minio, Pulsar,...) on OpenShift. I will document them in the helm chart
project.

Fixes #25565

Signed-off-by: Guillaume Moutier <guillaume.moutier@gmail.com>
2024-02-28 16:29:05 +08:00
..
builder enhance: specify version while rust-init (#29108) 2023-12-12 22:10:41 +08:00
heaptrack Remove Ubuntu18.04 support (#24666) 2023-06-06 14:06:36 +08:00
krte [skip e2e]Remove fullstatus plugin (#13699) 2021-12-20 19:03:56 +08:00
meta-migration Upgrade go to 1.20 (#24390) 2023-11-10 07:46:18 +08:00
milvus fix: fix permissions on /milvus for OpenShift compatibility (#30775) 2024-02-28 16:29:05 +08:00
pulsar Upgrade pulsar image for apple silicon (#15591) 2022-02-16 19:13:49 +08:00