-
Notifications
You must be signed in to change notification settings - Fork 117
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
extend to more AWS regions #371
Comments
At this point I believe we are now uploading to multiple regions. |
Closing this issue. Feel free to re-open if I'm mistaken. |
There are still some regions where we don't upload AMIs (see commented-out regions here). But I'm fine closing this issue and re-opening region-specific issues if/when we get further complaints. I think the real solution to this is going to be cross-region copy-and-encrypt, with Red-Hat-published AMIs living in a single region. We do that for control-plane machines since openshift/installer#1296, but still need machine-API-provider work before we can do it for compute machines. |
Today we only upload to a few regions; I'm wary of the costs of uploading every build to all regions.
One path would be for the installer folks, when they pin a release to ping us and we'll run a "buildextend" style invocation that uploads the image to more targeted regions.
Another thing we should probably do is pick at least one region in Europe and one in Asia for all development builds too.
The text was updated successfully, but these errors were encountered: