-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Docker Registry v3.7.0: Deployment fails using S3 in eu-west-2 region #17558
Comments
The new regions were added here in January: distribution/distribution@9e510d6#diff-a9205dcfd4a6f7c2cbe8be01566ff84a Not sure if/how we dropped this in 3.7 or if the aws library registry uses was bumped and does not include these regions now. |
Hi @mfojtik, I digged a bit more on this issue and found that it's related to distribution/distribution-library-image#63. I saw that a new version of the |
We've lost #12451 |
any reason distribution/distribution#2140 wasn't also contributed to the upstream release-2.6 branch? Do they not accept that sort of change? |
I can open a PR against that branch in docker-registry, we might need to backport #12451 to release-3.7 branch in origin. |
origin3.7: #17585 (though I don't think we need it). i'll leave you to push the change through upstream docker-distribution, at which point we'll have to update our openshift fork of docker-distribution and then bump the image-registry deps... |
Automatic merge from submit-queue. UPSTREAM: docker/distribution: 2140: Add 'ca-central-1' region for registry S3 storage driver fixes #17558
We recently upgraded our cluster to the new version of openshift (v3.7.0), everything was fine until I tried to upgrade manually the docker registry. I incremented the deployment configuration to the new version, but the new pods were continuously crashing.
Version
oc v3.7.0+7ed6862
kubernetes v1.7.6+a08f5eeb62
features: Basic-Auth GSSAPI Kerberos SPNEGO
Server https://my.master.internal:8443
openshift v3.7.0+7ed6862
kubernetes v1.7.6+a08f5eeb62
Steps To Reproduce
Current Result
The new pods crash, log example:
Expected Result
Registry working smoothly
Let me know if you need any more tests or information.
Thanks!
The text was updated successfully, but these errors were encountered: