[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.
It's not clear, but it is supported.
@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.