-
Notifications
You must be signed in to change notification settings - Fork 335
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
Adds support for specifying specific IP for cloud provider load balan… #2779
Conversation
This PR replaces #2622 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please sign your commit?
See: https://github.com/kumahq/kuma/blob/master/CONTRIBUTING.md#sign-your-work
Also in the other PR you mentioned a possible issue with exposing multiple ports. Why is this not an issue anymore?
I did sign the commit with the I removed the part of the PR that made no sense due to multiple different protocols so it is no longer relevant. |
Yes you need the Signed-off-by bit in the commit message. |
…cers for ingress service, see: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer or https://docs.microsoft.com/en-us/azure/aks/static-ip#create-a-service-using-the-static-ip-address Signed-off-by: James D Bloom <733179+jamesdbloom@users.noreply.github.com>
@lahabana I've added the Signed-off-by bit now |
Thx for the contrib! |
…cers for ingress service, see: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer or https://docs.microsoft.com/en-us/azure/aks/static-ip#create-a-service-using-the-static-ip-address (#2779) Signed-off-by: James D Bloom <733179+jamesdbloom@users.noreply.github.com> (cherry picked from commit a423c20)
Updates #2779. Signed-off-by: James Peach <james.peach@konghq.com>
…cers for ingress service, see: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer or https://docs.microsoft.com/en-us/azure/aks/static-ip#create-a-service-using-the-static-ip-address (#2779) Signed-off-by: James D Bloom <733179+jamesdbloom@users.noreply.github.com> (cherry picked from commit a423c20)
…cers for ingress service, see: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer or https://docs.microsoft.com/en-us/azure/aks/static-ip#create-a-service-using-the-static-ip-address (kumahq#2779) Signed-off-by: James D Bloom <733179+jamesdbloom@users.noreply.github.com>
Updates kumahq#2779. Signed-off-by: James Peach <james.peach@konghq.com>
…cers for ingress service, see: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer or https://docs.microsoft.com/en-us/azure/aks/static-ip#create-a-service-using-the-static-ip-address (#2779) (#2803) Signed-off-by: James D Bloom <733179+jamesdbloom@users.noreply.github.com> (cherry picked from commit a423c20) Co-authored-by: James D Bloom <733179+jamesdbloom@users.noreply.github.com>
…cers for ingress service, see: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer or https://docs.microsoft.com/en-us/azure/aks/static-ip#create-a-service-using-the-static-ip-address (kumahq#2779) Signed-off-by: James D Bloom <733179+jamesdbloom@users.noreply.github.com>
Updates kumahq#2779. Signed-off-by: James Peach <james.peach@konghq.com>
…cers for ingress service, see: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer or https://docs.microsoft.com/en-us/azure/aks/static-ip#create-a-service-using-the-static-ip-address (kumahq#2779) Signed-off-by: James D Bloom <733179+jamesdbloom@users.noreply.github.com>
Updates kumahq#2779. Signed-off-by: James Peach <james.peach@konghq.com>
Summary
Adds support for specifying specific IP for cloud provider load balancers, see: https://kubernetes.io/docs/concepts/services-networking/service/\#loadbalancer or https://docs.microsoft.com/en-us/azure/aks/static-ip\#create-a-service-using-the-static-ip-address
Full changelog
Documentation
Testing
Backwards compatibility
backport-to-stable
label if the code is backwards compatible. Otherwise, list breaking changes.