Skip to content

Commit be8af87

Browse files
authored
Merge pull request #5718 from lzhecheng/add-failureDomains-multiple-zones-template
Add a failureDomain for multiple zone templates
2 parents 39334f5 + 4ff1357 commit be8af87

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

+2
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)