App-root annotation is missing in the middlewares section

There is no middleware that seems to replace the annotation traefik.ingress.kubernetes.io/app-root as defined here:
https://docs.traefik.io/v1.7/configuration/backends/kubernetes/#annotations

Unless it's there but not documented.

Hello,

in v2.0 and v2.1, the k8s ingress provider don't support annotations.

The annotations will be available in the next version (v2.2)

https://docs.traefik.io/master/routing/providers/kubernetes-ingress/#annotations

Thanks for the quick response. Does that mean that this feature is missing from traefik 2.0 and 2.1?

Most annotation features are re-implemented via middlewares or using the IngressRoute CRD. How are the missing ones implemented?

@ldez Any updates on this how to migrate traefik.ingress.kubernetes.io/app-root?