Skip to content

Commit

Permalink
Add a failureDomain for multiple zone templates
Browse files Browse the repository at this point in the history
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 <zhechengli@microsoft.com>
  • Loading branch information
lzhecheng committed Mar 19, 2024
1 parent 194e800 commit 4ff1357
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 4ff1357

Please sign in to comment.