mirror of https://github.com/kubernetes/kops.git
GCE: change default control-plane instance type to e2-medium
This better matches the AWS machine, which is also a burstable 2 core machine. Without this pods sometimes fail to schedule on single core machines.
This commit is contained in:
parent
202c333867
commit
98f990fea6
|
|
@ -43,7 +43,7 @@ const (
|
|||
defaultBastionMachineTypeAzure = "Standard_B2ms"
|
||||
defaultBastionMachineTypeHetzner = "cx11"
|
||||
|
||||
defaultMasterMachineTypeGCE = "n1-standard-1"
|
||||
defaultMasterMachineTypeGCE = "e2-medium"
|
||||
defaultMasterMachineTypeDO = "s-2vcpu-4gb"
|
||||
defaultMasterMachineTypeAzure = "Standard_B2ms"
|
||||
defaultMasterMachineTypeHetzner = "cx21"
|
||||
|
|
|
|||
Loading…
Reference in New Issue