-
Notifications
You must be signed in to change notification settings - Fork 40k
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: recognize us-east-2 region #35013
Conversation
The newly announced region must be added to our list of known regions.
This is needed to run in us-east-2, otherwise we get
We could maybe skip this check when we get the region from the AWS metadata itself, but that's a separate issue... |
Removing label |
@k8s-bot gci gke e2e test this |
4 similar comments
@k8s-bot gci gke e2e test this |
@k8s-bot gci gke e2e test this |
@k8s-bot gci gke e2e test this |
@k8s-bot gci gke e2e test this |
Did it pass? OMG |
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.
LGTM
@erictune I marked this P1 because without it k8s won't run in the new us-east-2 region. Will follow up with a cherry-pick to 1.4 |
Will there be a cherry pick to 1.3? |
@paultyng with the SSL bug, everyone needs to upgrade that, but yes we should have it |
TLS cert issue that is in 1.3 |
ping @erictune |
Any ability to escalate this? Its very minor, and actively holding up using 1.3 on the AWS region. 1.4 at least has the work around to ignore region validation. |
lgtm |
Jenkins GCI GKE smoke e2e failed for commit 80d4391. Full PR test history. The magic incantation to run this job again is |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
@erictune can we get this back ported into 1.4.x? |
Removing label |
@justinsb I think that label needs to be reapplied with the milestone? This is still an issue for me. There is the config to override region checking, but it doesn't seem to apply for dynamic volume provisioning, so any chart using dynamic volumes on 1.4 will not work in us-east-2. That's what I've found so far at least. |
@paultyng which version of K8s? |
@paultyng can you open an issue with what you're seeing? AFAIK this is the only place we list zones. |
cherry-picked in #37140 |
Thanks @jessfraz - I guess I finally figured out the magic cherry-pick labels! |
@justinsb I'll try to repro tomorrow at work. This was in 1.4.6, and I believe its going through this code as well, but for some reason not respecting the config value when this code is hit via the dynamic volume provisioning. But I'll try to get some extra info for you. Thanks for the cherry pick. |
This is a patch created from kubernetes v1.4 and v1.5 commits: 80d4391 - AWS: recognize us-east-2 region: kubernetes/kubernetes#35013 e8b4875 - AWS: recognize eu-west-2 region: kubernetes/kubernetes#38746 e2342eb - AWS: Recognize ca-central-1 region: kubernetes/kubernetes#38410
The newly announced region must be added to our list of known regions.
This change is