Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for HA mode on standard load balancer #562

Open
feiskyer opened this issue Mar 16, 2021 · 5 comments
Open

Add support for HA mode on standard load balancer #562

feiskyer opened this issue Mar 16, 2021 · 5 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.

Comments

@feiskyer
Copy link
Member

feiskyer commented Mar 16, 2021

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 feiskyer added the kind/feature Categorizes issue or PR as related to a new feature. label Mar 16, 2021
@feiskyer
Copy link
Member Author

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

/hold

@fejta-bot
Copy link

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

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 23, 2021
@feiskyer feiskyer added lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jun 23, 2021
@MartinForReal
Copy link
Contributor

related #429

@MartinForReal
Copy link
Contributor

Should this issue be closed? @feiskyer

@feiskyer
Copy link
Member Author

this is still not supported yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.
Projects
None yet
Development

No branches or pull requests

4 participants