-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
WIP: Gateway #3146
WIP: Gateway #3146
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: smcavallo The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @smcavallo. 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. |
PR needs rebase. 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. |
Awesome! |
We should build out the validating webhooks at the same time as we define the new types. We should start out with this under a feature flag so we don't have to maintain compatibility with early mistakes. This will be a lot easier to review if separated into a series of smaller commit, each building out one component. |
Any progress? |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Any progress? |
Hi, We are also planning to migrate from Ingress to Gateway API for our cluster however, we are currently blocked as currently we don't have any spec parameter in GatewayClass/Gateway which is equivalent to service annotations(for example: service.beta.kubernetes.io/aws-load-balancer-type: "external", , service.beta.kubernetes.io/aws-load-balancer-security-groups: "sg-0bfa8da2aca87a2f2") to let the LB reconciliation picked by latest AWS LBC controllers to deploy NLB instead of in-tree controller(classic). Wondering if we have any update on this? Please let me know if you need a helping hand on this PR, I can try to contribute |
Hi @smcavallo, is this PR (Add initial support for Gateway API) still something you're working on / interested in? It seems like @johngmyers had some suggestions a couple months later, but this PR doesn't show activity after that. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
It seems this PR has been abandoned. I'm working on a Gateway API integration right now and I'll close this out to prevent further confusion. |
@zac-nixon - it's great to hear you're working on this. Will your work be attached to the same GitHub issue about Gateway API, #1338? If you have a PR or commits or docs, could you please leave a link in a PR comment here, just for a trail to follow? Thanks for posting your comment to this PR. |
Issue
#1338
Description
Add initial support for Gateway API
In scope:
Observations for discussion:
Gateway
can support NLB or ALB (or both) perhaps a more user friendly solution is required.GatewayClassParameter
which is associated with theGatewayClass
object instead of annotations. This may be a bit easier to manage and will mean that most if not all the annotations will go away completely.gateway.beta.kubernetes.io
. instead ofalb.ingress.kubernetes.io
orservice.beta.kubernetes.io
because of the aboveChecklist
README.md
, or thedocs
directory)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯