@@ -72,8 +72,8 @@ presubmits:
72
72
value : " Standard_D8s_v3"
73
73
- name : TEST_WINDOWS
74
74
value : " false"
75
- - name : MONITORING_MACHINE_COUNT
76
- value : " 1" # One monitoring machine for prometheus server
75
+ - name : MONITORING_MACHINE_COUNT # This is the number of dedicated nodes for prometheus server
76
+ value : " 1" # We use the same VM size as control plane nodes, see CONTROL_PLANE_MACHINE_TYPE
77
77
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
78
78
- name : DEPLOY_AZURE_CSI_DRIVER
79
79
value : " false"
@@ -174,8 +174,8 @@ presubmits:
174
174
value : " Standard_D8s_v3"
175
175
- name : TEST_WINDOWS
176
176
value : " false"
177
- - name : MONITORING_MACHINE_COUNT
178
- value : " 1" # One monitoring machine for prometheus server
177
+ - name : MONITORING_MACHINE_COUNT # This is the number of dedicated nodes for prometheus server
178
+ value : " 1" # We use the same VM size as control plane nodes, see CONTROL_PLANE_MACHINE_TYPE
179
179
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
180
180
- name : DEPLOY_AZURE_CSI_DRIVER
181
181
value : " false"
@@ -291,8 +291,8 @@ presubmits:
291
291
value : " Standard_D2s_v3"
292
292
- name : TEST_WINDOWS
293
293
value : " false"
294
- - name : MONITORING_MACHINE_COUNT
295
- value : " 1" # One monitoring machine for prometheus server
294
+ - name : MONITORING_MACHINE_COUNT # This is the number of dedicated nodes for prometheus server
295
+ value : " 1" # We use the same VM size as control plane nodes, see CONTROL_PLANE_MACHINE_TYPE
296
296
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
297
297
- name : DEPLOY_AZURE_CSI_DRIVER
298
298
value : " false"
0 commit comments