mirror of https://github.com/kubernetes/kops.git
				
				
				
			Merge pull request #14233 from justinsb/gce_controlplane_type
GCE: change default control-plane instance type to e2-medium
This commit is contained in:
		
						commit
						cec34dc935
					
				| 
						 | 
				
			
			@ -65,7 +65,7 @@ metadata:
 | 
			
		|||
  name: master-us-test1-a
 | 
			
		||||
spec:
 | 
			
		||||
  image: ubuntu-os-cloud/ubuntu-2004-focal-v20220118
 | 
			
		||||
  machineType: n1-standard-1
 | 
			
		||||
  machineType: e2-medium
 | 
			
		||||
  maxSize: 1
 | 
			
		||||
  minSize: 1
 | 
			
		||||
  role: Master
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -72,7 +72,7 @@ metadata:
 | 
			
		|||
  name: master-us-test1-a
 | 
			
		||||
spec:
 | 
			
		||||
  image: ubuntu-os-cloud/ubuntu-2004-focal-v20220118
 | 
			
		||||
  machineType: n1-standard-1
 | 
			
		||||
  machineType: e2-medium
 | 
			
		||||
  maxSize: 1
 | 
			
		||||
  minSize: 1
 | 
			
		||||
  role: Master
 | 
			
		||||
| 
						 | 
				
			
			@ -92,7 +92,7 @@ metadata:
 | 
			
		|||
  name: master-us-test1-b
 | 
			
		||||
spec:
 | 
			
		||||
  image: ubuntu-os-cloud/ubuntu-2004-focal-v20220118
 | 
			
		||||
  machineType: n1-standard-1
 | 
			
		||||
  machineType: e2-medium
 | 
			
		||||
  maxSize: 1
 | 
			
		||||
  minSize: 1
 | 
			
		||||
  role: Master
 | 
			
		||||
| 
						 | 
				
			
			@ -112,7 +112,7 @@ metadata:
 | 
			
		|||
  name: master-us-test1-c
 | 
			
		||||
spec:
 | 
			
		||||
  image: ubuntu-os-cloud/ubuntu-2004-focal-v20220118
 | 
			
		||||
  machineType: n1-standard-1
 | 
			
		||||
  machineType: e2-medium
 | 
			
		||||
  maxSize: 1
 | 
			
		||||
  minSize: 1
 | 
			
		||||
  role: Master
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -95,7 +95,7 @@ spec:
 | 
			
		|||
  - sg-exampleid3
 | 
			
		||||
  - sg-exampleid4
 | 
			
		||||
  image: ubuntu-os-cloud/ubuntu-2004-focal-v20220118
 | 
			
		||||
  machineType: n1-standard-1
 | 
			
		||||
  machineType: e2-medium
 | 
			
		||||
  maxSize: 1
 | 
			
		||||
  minSize: 1
 | 
			
		||||
  role: Master
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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