Skip to content
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

Does latest ingress-nginx support new ingressClassName api #5937

Closed
realdream opened this issue Jul 26, 2020 · 1 comment
Closed

Does latest ingress-nginx support new ingressClassName api #5937

realdream opened this issue Jul 26, 2020 · 1 comment
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@realdream
Copy link

acorrding to https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class

Before the IngressClass resource and ingressClassName field were added in Kubernetes 1.18, Ingress classes were specified with a kubernetes.io/ingress.class annotation on the Ingress. This annotation was never formally defined, but was widely supported by Ingress controllers.
The newer ingressClassName field on Ingresses is a replacement for that annotation, but is not a direct equivalent. While the annotation was generally used to reference the name of the Ingress controller that should implement the Ingress, the field is a reference to an IngressClass resource that contains additional Ingress configuration, including the name of the Ingress controller.

So far, I was not able to make this new API working. Dose the latest ingress-nginx support this now?

@realdream realdream added the kind/support Categorizes issue or PR as a support question. label Jul 26, 2020
@aledbf
Copy link
Member

aledbf commented Jul 26, 2020

Closing. Yes, IngressClassName is supported since 0.31.0

#5410

@aledbf aledbf closed this as completed Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

2 participants