-
Notifications
You must be signed in to change notification settings - Fork 388
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
AWS ECR registry for BinderHub deployment #705
Comments
I’m unable to reverse engineer the various config settings for ECR using the provided documentation. Anyone know the answer to the above? |
The BinderHub team itself doesn't have much experience with AWS as the deployment we run (mybinder.org) is on GCE. Maybe post this question to http://discourse.jupyter.org/ as well in the hopes that someone who has deployed a BinderHub on AWS (or has experience with AWS) sees it. If there is an answer or you manage to work it out it would be great to add to the documentation so that others can find it more easily. Maybe instead of starting with a complete guide just documenting how to do this would be a way to kickstart the writing of docs on deploying BinderHub on cloud hosters that aren't GCE. |
I have managed to get BinderHub to successfully use ECR as a Docker Registry. There are two "core" issues and some overriding of
|
Adding a It is probably also worth adding some documentation how to map from AWS instructions/lingo to what BinderHub uses. Would be great to have support for BinderHub-on-AWS with all the bells and whistles. |
boto3 itself is only a 128KB wheel. Botocore is a requirement that adds some 5.6MB. With all requirements added by boto3 it should come to 6.5MB. I'll clean up my code and commit in that PR so we can discuss. |
Hi folks, are we still planning on resolving this one? I notice most of the work is completed, would love to see ECR integrated |
Any updates when ECR integration will be available? |
@manics does this work now, given we have a mybinder.org federation member on AWS? |
Yes! It requires https://github.com/manics/binderhub-container-registry-helper to be deployed. This increases the deployment complexity, but avoids needing vendor specific requirements and code in BinderHub, simplifying maintenance and testing. Though you've reminded me I need to revisit |
I am trying to use ECR as the docker image registry for a BinderHub deployment. I was looking at the different settings in the helm chart and I am not sure how they map from the GCR examples provided in the docs to ECR.
When explicitly pushing images to a registry, this is the command I use for ECR:
How to translate this into the various components requested in the values file. Specifically the following in the values that are being set in
configmap.yaml
.For authentication, the nodes in our Kubernetes cluster are allowed to pull from ECR as they have IAM roles configured. Can I leave the authentication options blank here.
Really appreciate the guidance.
The text was updated successfully, but these errors were encountered: