Skip to content

Instantly share code, notes, and snippets.

@caio-vinicius
Forked from Startouf/readme.md
Created February 7, 2022 16:23
Show Gist options
  • Save caio-vinicius/28aabbe85be4aafb796d2fcb25ccd727 to your computer and use it in GitHub Desktop.
Save caio-vinicius/28aabbe85be4aafb796d2fcb25ccd727 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