-
Notifications
You must be signed in to change notification settings - Fork 353
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
kubernetes: Add support for IngressClass introduced in Kubernetes v1.18 #1478
Comments
SGTM, because of Kubernetes, not that I think the change makes sense. The move towards v2: GatewayClass/Gateway/Route we likely don't do, because it creates only complexity without value. |
hello, I would like to contribute to this issue |
Thanks I am happy to read a PR. |
#1892 implements v1 ingress with the new pathType and new kind, but with fallback to the old annotation. We do not yet lookup the ingressclass object, but we can read the string from the field and if this is the matching one by |
Hi there, |
Kubernetes v1.18 introduced a dedicated resource + field for defining
IngressClass
. See the documentation here: https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-classIt would make sense for skipper to support ingress class in this way going forward.
@szuecs added:
Spec changes in Kubernetes:
IngressClass
The text was updated successfully, but these errors were encountered: