-
Notifications
You must be signed in to change notification settings - Fork 689
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
Ingress V1: support for service backends #2137
Comments
The links in the issue are broken it seems, and the Ingress API seems to have settled on a more generic |
How do we select a port to forward traffic to with a See
|
Updated KEP link: https://github.com/kubernetes/enhancements/tree/c14615cbf22c760fd0a6cbb4e962c66260c98463/keps/sig-network/1453-ingress-api#alternative-backend-types
idk, this makes me think Also:
|
Ah this is definitely already finished by #3266 which also converts v1beta1 Ingress to this format |
Support Ingress V1 IngressBackend changes. The IngressBackend gets a new ServiceBackend field to replace the service name and port. It probably doesn't make sense for Contour to support backends other than Services.
https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/20190125-ingress-api-group.md#alternative-backend-types
The text was updated successfully, but these errors were encountered: