-
Notifications
You must be signed in to change notification settings - Fork 70
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 GCE ingress class/provider #87
Comments
@spencerhance & @robscott can you relate to this issue? What it takes to support this, maybe one of the members from the community can pick it up? |
Some initial thoughts... The following GCP-specific stuff can be implemented fairly easily (not an exhaustive list):
The other features require converting the FrontendConfig and BackendConfig CRDs to ServicePolicies. FC/BC are located in Ingress-gce and can be imported here. The ServicePolicy YAMLs are exported in gateway-api/config/servicepolicies/crd but we would have to export the go types as well so we can use the controller runtime client here. I can definitely assist here (especially with the ServicePolicies). |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues 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 issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Hi @LiorLieberman I've talked to Rob, and I would like to work on this. /assign |
/remove-lifecycle rotten |
Hey @sawsa307, thats awesome! Let me know if I can help with anything! |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
What would you like to be added: support for the GCE ingress provider
Why this is needed: to convert existing GCE ingress to the new GW API
Error while executing
the current ingress has the following YAML (Redacted info)
The text was updated successfully, but these errors were encountered: