-
Notifications
You must be signed in to change notification settings - Fork 827
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
first pass mapping cloud run regions to S3 regions #4739
Conversation
{ | ||
name = "DEFAULT_AWS_BASE_URL", | ||
// AWS us-west-1 is California, USA | ||
value = "https://prod-registry-k8s-io-us-west-1.s3.dualstack.us-west-2.amazonaws.com", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: us-west-1 and us-west-2 in same URL, should match I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks Ben
LGTM though I think you need to fix that second URL Do you want to do this in sandbox first / as well? |
091f4ae
to
fe3506e
Compare
which URL? I think I fixed everything?
good idea, though we auto deploy to the sandbox using some bash in the registry repo currently, we don't use the terraform currently |
I think letting the sandbox default to one region is OK, we only have some test CI aimed at it. No end users should be using the sandbox endpoint and only a very limited subset of CI. We have a default-default. |
/lgtm |
/approve Remove the hold when ready. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam, BenTheElder The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
terraform applyed |
xref: kubernetes/registry.k8s.io#147
this environment variable doesn't do anything yet, it will after we update to kubernetes/registry.k8s.io#147