Merge pull request #70252 from nckturner/add-regions

Add regions ap-northeast-3 and eu-west-3 to AWS cloud provider
This commit is contained in:
k8s-ci-robot 2018-10-26 06:57:38 -07:00 committed by GitHub
commit 7147138994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ var wellKnownRegions = [...]string{
// from `aws ec2 describe-regions --region us-east-1 --query Regions[].RegionName | sort`
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
@ -36,6 +37,7 @@ var wellKnownRegions = [...]string{
"eu-central-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"sa-east-1",
"us-east-1",
"us-east-2",