Skip to content

Instantly share code, notes, and snippets.

@Startouf
Last active August 31, 2022 08:53
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Startouf/bd961cee307a6ad93aba51f082f4b7f6 to your computer and use it in GitHub Desktop.
Save Startouf/bd961cee307a6ad93aba51f082f4b7f6 to your computer and use it in GitHub Desktop.
Update CRD for helm traefik migration from 2.4 to 2.5
#!/usr/bin/env bash
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v2.5/docs/content/reference/dynamic-configuration/traefik.containo.us_ingressroutes.yaml
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v2.5/docs/content/reference/dynamic-configuration/traefik.containo.us_ingressroutetcps.yaml
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v2.5/docs/content/reference/dynamic-configuration/traefik.containo.us_ingressrouteudps.yaml
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v2.5/docs/content/reference/dynamic-configuration/traefik.containo.us_middlewares.yaml
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v2.5/docs/content/reference/dynamic-configuration/traefik.containo.us_middlewaretcps.yaml
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v2.5/docs/content/reference/dynamic-configuration/traefik.containo.us_serverstransports.yaml
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v2.5/docs/content/reference/dynamic-configuration/traefik.containo.us_tlsoptions.yaml
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v2.5/docs/content/reference/dynamic-configuration/traefik.containo.us_tlsstores.yaml
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v2.5/docs/content/reference/dynamic-configuration/traefik.containo.us_traefikservices.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment