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

Use private aws ecr instead of docker.io #82

Open
aladevlearning opened this issue Feb 20, 2024 · 1 comment
Open

Use private aws ecr instead of docker.io #82

aladevlearning opened this issue Feb 20, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@aladevlearning
Copy link

Hi, due to security reasons, I cannot pull images from public docker.io.

I am using private AWS ECR repository from where to pull images from.

How do I force milvus to use a private ecr instead of public docker? Specifically I need to modify helm chart dependencies section, but having issues to get apache pulsar and milvusdb/milvus as documentation is not clear on how to enforce private repo.

can you help with this? Thanks

@haorenfsa haorenfsa added the documentation Improvements or additions to documentation label Feb 22, 2024
@haorenfsa
Copy link
Collaborator

Hi @aladevlearning,
the images you may need to upload to ECR can be found in https://github.com/zilliztech/milvus-operator/blob/main/Makefile#L223
image

Then you need to altering all the images' address in deployment to your ECR address.

For milvus itself, check https://github.com/zilliztech/milvus-operator/blob/main/docs/administration/upgrade.md
For all the dependencies, check https://github.com/zilliztech/milvus-operator/tree/main/docs/administration/manage-dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants