-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Feature]: milvus merge config with custom config #22556
Comments
support read |
/assign @smellthemoon |
@locustbaby Is there a fix or workaround for this issue? |
I believe @smellthemoon is working on that. |
working on it now. |
init container will read user. yaml, default.yaml, milvus.yaml and then write milvus.yaml, which may cause permission denied(write need root permissions). now #22583 support to multi yaml files. But init container has not removed now, so container still need root permissions.
All in all, I will choose the first method to solve this problem at this stage and will update if there is any progress. |
related with: #22556 Signed-off-by: lixinguo <xinguo.li@zilliz.com> Co-authored-by: lixinguo <xinguo.li@zilliz.com>
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
#22516
There are some tools inside of milvus' pod help milvus merge user's config into
milvus.yaml
, such as/milvus/tools/run-helm.sh,/milvus/tools/merge
, but as default,merge
will write themilvus.yaml
which belong to userroot
, when milvus run as a non-root user,merge
will fail.Describe the solution you'd like.
I don't think the
merge
is necessary, most open-source projects will merge the user's config automatically, such askubectl, helm, nginx
and so on.Wish milvus can accept the user's yaml and merge automatically and better don't add more options for forward compatibility
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered: