Minimum required k8s version for Traefik 2.0

We are running a bit old version of k8s and thinking to use Traefik as a reverse proxy for micro frontend but I cannot find the minimum required version of k8s to run Traefik 2.0. The only thing I can find is this page https://docs.traefik.io/v2.0/user-guides/crd-acme/ which says kubectl must be >= 0.11 but I'm wondering if that's typo since 0.11 is way too old.

Can anyone give me a pointer?

Yes, you're probably right that it is a typo. I remember that we had to update from N.10 to N.11 at some point, and that is when we decided we should specify that version in the guide. But N was probably 1 and not 0. We'll update the guide, thanks.