Skip to content

Commit 0a2344e

Browse files
committed
Azure scale: Disable host-level API availability checks
1 parent c2afd4e commit 0a2344e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/jobs/kubernetes/sig-scalability/sig-scalability-periodic-azure.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ periodics:
9090
value: "true"
9191
- name: CL2_API_AVAILABILITY_PERCENTAGE_THRESHOLD
9292
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"
9398
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
9499
- name: DEPLOY_AZURE_CSI_DRIVER
95100
value: "false"

0 commit comments

Comments
 (0)