mirror of https://github.com/kubernetes/kops.git
Merge pull request #15741 from hakman/aws_testing_skip_zones
aws: Don't use `ap-northeast-2d` and `us-east-1e` for testing
This commit is contained in:
commit
994ba3aa1d
|
|
@ -30,7 +30,8 @@ var allZones = []string{
|
|||
//"ap-northeast-2b",
|
||||
"ap-northeast-2a",
|
||||
"ap-northeast-2c",
|
||||
"ap-northeast-2d",
|
||||
// t4g instances are not available
|
||||
//"ap-northeast-2d",
|
||||
// Disabled until etcd-manager supports the region and the AMIs used in testing are present
|
||||
//"ap-northeast-3a",
|
||||
//"ap-northeast-3b",
|
||||
|
|
@ -70,7 +71,8 @@ var allZones = []string{
|
|||
"us-east-1b",
|
||||
"us-east-1c",
|
||||
"us-east-1d",
|
||||
"us-east-1e",
|
||||
// t4g instances are not available
|
||||
//"us-east-1e",
|
||||
"us-east-1f",
|
||||
"us-east-2a",
|
||||
"us-east-2b",
|
||||
|
|
|
|||
Loading…
Reference in New Issue