-
Couldn't load subscription status.
- Fork 299
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
Description
Is your feature request related to a problem?/Why is this needed
This is a new feature request to add support for HA mode on standard load balancer via service annotation.
Describe the solution you'd like in detail
Add a new service annotation service.beta.kubernetes.io/azure-load-balancer-enable-high-availability-mode. And when this annotation is set to true, the following configuration would be added in SLB rule:
"loadBalancingRules": [
{
"name": "HTTPLBRule",
"properties": {
"enableHighAvailabilityMode": true,
...
}
}
]Describe alternatives you've considered
Additional context
Depends on #403, the feature is only available in Azure network API version 2020-08-01.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.