Commit a5399b7
committed
api: Add AvailabilityZones field to LoadBalancerSpec
Add support for configuring availability zones on load balancers to enable
zone-redundant configurations for high availability.
For internal load balancers, zones are set directly on the frontend IP
configuration. For public load balancers, zones should be set on the
associated public IP addresses.
The field supports up to 3 zones and uses a set list type to prevent
duplicates. Zones are immutable after creation per Azure platform
requirements.1 parent 2130510 commit a5399b7
2 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
367 | 375 | | |
368 | 376 | | |
369 | 377 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments