Azure / application-gateway-kubernetes-ingress

This is an ingress controller that can be run on Azure Kubernetes Service (AKS) to allow an Azure Application Gateway to act as the ingress for an AKS cluster.

Home Page:https://azure.github.io/application-gateway-kubernetes-ingress

Repository from Github https://github.comAzure/application-gateway-kubernetes-ingressRepository from Github https://github.comAzure/application-gateway-kubernetes-ingress

[Feature] Support `spec.ingressClassName`

JoeyC-Dev opened this issue · comments

Is your feature request related to a problem? Please describe.
When deploying with kubectl, it is telling me:
Warning: annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead.

BTW, spec.ingressClassName: azure/application-gateway is not supported as the character / is not allowed.

Describe the solution you'd like
Support spec.ingressClassName.

@JoeyC-Dev close issue if this resolves your question ?

@JoeyC-Dev close issue if this resolves your question ?

Let me do a test and will get back to you later, cuz I remember before I submit this issue, I already tested with spec.ingressClassName and there was an error.
Gimme sometime.

Looks like it is working. Thanks for the answer.