Skip to content

Commit 186ea25

Browse files
bryan-coxclaude
andcommitted
Add zone redundancy to private cluster API server load balancer
Updates the private cluster flavor to include availability zones (1, 2, 3) on the API server internal load balancer for improved high availability and resilience. Updates #5709 πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e29bc2e commit 186ea25

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

β€Žtemplates/cluster-template-private.yamlβ€Ž

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žtemplates/flavors/private/patches/private-lb.yamlβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ spec:
77
apiServerLB:
88
name: ${CLUSTER_NAME}-internal-lb
99
type: Internal
10+
availabilityZones:
11+
- "1"
12+
- "2"
13+
- "3"
1014
nodeOutboundLB:
1115
frontendIPsCount: 1
1216
controlPlaneOutboundLB:

β€Žtemplates/test/ci/cluster-template-prow-private.yamlβ€Ž

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)