Unverified Commit 71471389 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #70252 from nckturner/add-regions

Add regions ap-northeast-3 and eu-west-3 to AWS cloud provider
parents fd6b3863 e30718f1
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment