mirror of https://github.com/kubernetes/kops.git
azure: Switch default instance type to Standard_B2s
This commit is contained in:
parent
41620a82bc
commit
582fe9ee36
|
|
@ -38,16 +38,16 @@ import (
|
||||||
const (
|
const (
|
||||||
defaultNodeMachineTypeGCE = "n1-standard-2"
|
defaultNodeMachineTypeGCE = "n1-standard-2"
|
||||||
defaultNodeMachineTypeDO = "s-2vcpu-4gb"
|
defaultNodeMachineTypeDO = "s-2vcpu-4gb"
|
||||||
defaultNodeMachineTypeAzure = "Standard_B2ms"
|
defaultNodeMachineTypeAzure = "Standard_B2s"
|
||||||
defaultNodeMachineTypeHetzner = "cx21"
|
defaultNodeMachineTypeHetzner = "cx21"
|
||||||
|
|
||||||
defaultBastionMachineTypeGCE = "f1-micro"
|
defaultBastionMachineTypeGCE = "f1-micro"
|
||||||
defaultBastionMachineTypeAzure = "Standard_B2ms"
|
defaultBastionMachineTypeAzure = "Standard_B2s"
|
||||||
defaultBastionMachineTypeHetzner = "cx11"
|
defaultBastionMachineTypeHetzner = "cx11"
|
||||||
|
|
||||||
defaultMasterMachineTypeGCE = "e2-medium"
|
defaultMasterMachineTypeGCE = "e2-medium"
|
||||||
defaultMasterMachineTypeDO = "s-2vcpu-4gb"
|
defaultMasterMachineTypeDO = "s-2vcpu-4gb"
|
||||||
defaultMasterMachineTypeAzure = "Standard_B2ms"
|
defaultMasterMachineTypeAzure = "Standard_B2s"
|
||||||
defaultMasterMachineTypeHetzner = "cx21"
|
defaultMasterMachineTypeHetzner = "cx21"
|
||||||
|
|
||||||
defaultDONodeImage = "ubuntu-20-04-x64"
|
defaultDONodeImage = "ubuntu-20-04-x64"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue