-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
feat: add support for ingress backed istio gateways #3842
feat: add support for ingress backed istio gateways #3842
Conversation
Welcome @DP19! |
Hi @DP19. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
b5a2089
to
fc397d2
Compare
fc397d2
to
1253afa
Compare
/retitle "feat: add support for ingress backed istio gateways" |
Hello @DP19, Thanks for this PR. It's missing some tests. |
/retitle feat: add support for ingress backed istio gateways |
Thanks for taking the time to look at this @mloiseleur! Just made some suggested changes and updated the unit tests |
/ok-to-test |
/lgtm |
/assign @szuecs |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DP19, szuecs The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Release will happen likely next week. |
Description
This adds support for a new annotation on an Istio Gateway to allow getting a target from an ingress object in place of a LoadBalancer service type.
This is particularly useful for GCP's Anthos Service Mesh as they guide users to setup their gateways using a ClusterIP service type with an Ingress routing all traffic to the Gateway.
I don't see other annotation implementations for Source's and I'm looking for some guidance here on where this annotation should live (or if some other signal should be used in place of the annotation)
Fixes #2911
Checklist