Upgrade Traefik Hub
This document explains how to upgrade an existing Traefik Hub Gateway installation.
Upgrading to a new version of Traefik Hub Gateway consists of two steps:
- Upgrading the CRDs
- Upgrading the Helm charts
Upgrade the CRDs
First, use kubectl
to upgrade the CRDs:
CLI
kubectl apply --server-side --force-conflicts \
-k https://github.com/traefik/traefik-helm-chart/traefik/crds/
Upgrade the Helm Charts
Refresh the Helm repository to get the newest version, and then upgrade:
CLI
helm repo update
helm upgrade traefik-hub traefik/traefik