-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Proposal for using mirror image for Chinese developer with Alibaba Cloud Registry Service #12535
Comments
hi @denverdino thank you for reaching out, who funds the Alibaba Cloud Registry account you are reffering to? btw I am curious, have u seen this PR ? #12411 |
we been given an alibaba account for minikube but we have not set it up but I believe the funding for it is limitted and might not handle a lot of traffic if you are interested in owning making the life of our chinnese users easier, I would be happy to work with you and see what you need to automate this process, if you like to talk about it, please chat me on slack |
Yep, I found the previous sync rule from "docker.io/coredns/coredns" is incorrect. So I fix that by adding sync rule
And PR #12411 is not required anymore. Thanks |
My team was helping to fund such repo. And I am leading the development for Alibaba Cloud Container Service, and we are happy to making the life of Kubernetes developer in China more easier. I will talk to you in slack |
Supported with #12578 and merged in minikube v1.24.0 ! |
Steps to reproduce the issue:
There are some fixes for making Chinese developer to use Minikube with the mirrored images from Alibaba Cloud Registry Service. And I hope we can fix it more systematically. and I create one prototype for that.
Firstly, define the mirror mapping from the original repo to the mirrored repo, e.g. https://github.com/AliyunContainerService/minikube/blob/aliyun-v1.23.1/deploy/addons/aliyun_mirror.json
When enable one specific addon, it will check if the mirror will be used. If yes, it will generate the custom image and custom repo for override.
https://github.com/AliyunContainerService/minikube/blob/aliyun-v1.23.1/pkg/minikube/assets/aliyun_mirror.go
Any comment or suggestion for that?
BTW, I built some simple tool to sync the minikube images to Alibaba Cloud Registry Service "registry.cn-hangzhou.aliyuncs.com/google_containers" everyday. In case anything missed, pls open one issue for me, and I will fix it soon.
Thanks
The text was updated successfully, but these errors were encountered: