Triantafyllos
Triantafyllos
I feel that I am facing the same issue with 1.0.4 (in K8s 1.20) I would expect `kubernetes.io/ingress.class: kafka-nginx` annotation (in your case) to work but it doesn't. If you...
A note here that `kubernetes.io/ingress.class` annotation is [deprecated](https://kubernetes.io/docs/reference/labels-annotations-taints/#kubernetes-io-ingress-class-deprecated) and we have to [switch](https://kubernetes.io/blog/2021/07/14/upcoming-changes-in-kubernetes-1-22/#what-to-do) to `.spec.ingressClassName`
> @ttsakpc , some projects rely on that annotation and can not use the inigressclassName field. So we are supporting the annotation as well as the field. nice to know!...
Also a note that current versions of [helm](https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx/) chart (since `4.0.17` I think) provide the parameter `controller.ingressClass` whose document says: > For backwards compatibility with ingress.class annotation, use ingressClass. Algorithm...
Same problem for me while doing a trial of linkerd. I followed the exact steps mentioned in the getting started [guide](https://linkerd.io/2.12/getting-started/) and then tried to follow the debug emojivoto [guide](https://linkerd.io/2.12/debugging-an-app/)...