Skip to content

Commit 4ff1357

Browse files
committed
Add a failureDomain for multiple zone templates
There's a new field called "trafficDistribution" in k/k, whose e2e test needs 3 zones. feature: kubernetes/kubernetes#123487 e2e: kubernetes/kubernetes#123812 Signed-off-by: Zhecheng Li <[email protected]>
1 parent 194e800 commit 4ff1357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/k8s-azure/manifest/cluster-api/linux-vmss-multiple-zones-ci-version.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ spec:
261261
failureDomains:
262262
- "1"
263263
- "2"
264+
- "3"
264265
replicas: ${WORKER_MACHINE_COUNT}
265266
template:
266267
spec:
@@ -435,6 +436,7 @@ spec:
435436
failureDomains:
436437
- "1"
437438
- "2"
439+
- "3"
438440
replicas: ${WINDOWS_WORKER_MACHINE_COUNT:-0}
439441
template:
440442
spec:

0 commit comments

Comments
 (0)