Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: permissions on /milvus for OpenShift compatibility #30937

Merged
merged 1 commit into from
Mar 4, 2024

Commits on Mar 4, 2024

  1. fix: fix permissions on /milvus for OpenShift compatibility (milvus-i…

    …o#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 milvus-io#25565
    
    Signed-off-by: Guillaume Moutier <guillaume.moutier@gmail.com>
    Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
    guimou authored and haorenfsa committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2d1619c View commit details
    Browse the repository at this point in the history