I am currently attempting to install traefik on a new cluster that is running kubernetes v1.23.1. I am running into the following error:
~/Downloads ❯ helm upgrade --install traefik \ ⎈ kubernetes-admin@kubernetes
--namespace traefik \
--set dashboard.enabled=true \
traefik/traefik
Release "traefik" does not exist. Installing it now.
Error: failed to install CRD crds/ingressroute.yaml: unable to recognize "": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
I am curious if anyone has also run into this issue, I am new to kubernetes so I am still feeling my way through this.