How to get IngressRoute created with traefik.io/v1alpha1

Hi there!

I've installed a fresh kubernetes cluster with k3s. Installed with "stock" traefik but also installed traefik manually (on a different k3s cluster with --disable traefik).

I noticed that if I create an IngressRoute and use traefik.io/v1alpha1 as apiVersion I cannot get it. The kubectl get ingressroute seems to only return traefik.containo.us/v1alpha1 IngressRoutes.

Is this valid, is there a way to also get the traefik.io/v1alpha1 route by default?

I do know that I can get the IngressRoute with kubectl get ingressroute.traefik.io.

It is possible that I do not get the way the CRD works (enough) yet, know all are setup correctly and I also know that once v3 drops, the traefik.containo.us crd's won't be there anymore. I am on version v.2.10.7, not on v3.
Thank