mirror of https://github.com/kubernetes/kops.git
Merge pull request #2349 from buo/fix-ap-northeast-2-master-type
Set default master size for ap-northeast-2
This commit is contained in:
commit
37e50a10cc
|
|
@ -46,6 +46,7 @@ var masterMachineTypeExceptions = map[string]string{
|
||||||
"us-east-2": "c4.large",
|
"us-east-2": "c4.large",
|
||||||
"ca-central-1": "c4.large",
|
"ca-central-1": "c4.large",
|
||||||
"eu-west-2": "c4.large",
|
"eu-west-2": "c4.large",
|
||||||
|
"ap-northeast-2": "c4.large",
|
||||||
}
|
}
|
||||||
|
|
||||||
var awsDedicatedInstanceExceptions = map[string]bool{
|
var awsDedicatedInstanceExceptions = map[string]bool{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue