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:
justinsb 2022-09-05 10:23:26 -04:00
parent 202c333867
commit 98f990fea6
1 changed files with 1 additions and 1 deletions

View File

@ -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"