| helm repo add traefik https://traefik.github.io/chartshelm repo updatehelm template traefik traefik/traefik > traefik.yamlcurl https://raw.githubusercontent.com/traefik/traefik/v2.10/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml > traefik-crd.yamlcurl https://raw.githubusercontent.com/traefik/traefik/v2.10/docs/content/reference/dynamic-configuration/kubernetes-crd-rbac.yml > traefik-rbac.yamlkubectl apply -f traefik-crd.yamlkubectl apply -f traefik-rbac.yamlkubectl apply -f traefik.yaml
 |