We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2afd4e commit 0a2344eCopy full SHA for 0a2344e
config/jobs/kubernetes/sig-scalability/sig-scalability-periodic-azure.yaml
@@ -90,6 +90,11 @@ periodics:
90
value: "true"
91
- name: CL2_API_AVAILABILITY_PERCENTAGE_THRESHOLD
92
value: "99.5"
93
+ # CAPZ clusters don't expose each individual control plane node.
94
+ - name: CL2_API_AVAILABILITY_MEASUREMENT_IPS_CONFIGURED
95
+ value: "true"
96
+ - name: CL2_API_AVAILABILITY_MEASUREMENT_USE_INTERNAL_IPS
97
+ value: "false"
98
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
99
- name: DEPLOY_AZURE_CSI_DRIVER
100
value: "false"
0 commit comments