Skip to content

Commit

Permalink
Merge pull request #5718 from lzhecheng/add-failureDomains-multiple-z…
Browse files Browse the repository at this point in the history
…ones-template

Add a failureDomain for multiple zone templates
  • Loading branch information
lzhecheng authored Mar 20, 2024
2 parents 39334f5 + 4ff1357 commit be8af87
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ spec:
failureDomains:
- "1"
- "2"
- "3"
replicas: ${WORKER_MACHINE_COUNT}
template:
spec:
Expand Down Expand Up @@ -435,6 +436,7 @@ spec:
failureDomains:
- "1"
- "2"
- "3"
replicas: ${WINDOWS_WORKER_MACHINE_COUNT:-0}
template:
spec:
Expand Down

0 comments on commit be8af87

Please sign in to comment.