cloud-provider-azure icon indicating copy to clipboard operation
cloud-provider-azure copied to clipboard

Add support for HA mode on standard load balancer

Open feiskyer opened this issue 3 years ago • 5 comments

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.

feiskyer avatar Mar 16 '21 04:03 feiskyer

the new property is not available in Azure Go SDK yet.

/hold

feiskyer avatar Mar 25 '21 05:03 feiskyer

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale

fejta-bot avatar Jun 23 '21 05:06 fejta-bot

related #429

MartinForReal avatar Feb 16 '22 14:02 MartinForReal

Should this issue be closed? @feiskyer

MartinForReal avatar Feb 16 '22 14:02 MartinForReal

this is still not supported yet.

feiskyer avatar Apr 14 '22 07:04 feiskyer