Skip to content

Add support for HA mode on standard load balancer #562

@feiskyer

Description

@feiskyer

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

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions