From 239cd2ff69c973301e355653783a9a199c1ca959 Mon Sep 17 00:00:00 2001 From: Erik Wilson Date: Wed, 10 Feb 2021 17:58:47 -0700 Subject: [PATCH] k3s docs for traefik v2 Signed-off-by: Erik Wilson --- content/k3s/latest/en/networking/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/k3s/latest/en/networking/_index.md b/content/k3s/latest/en/networking/_index.md index 549096266eb..95cc646e57a 100644 --- a/content/k3s/latest/en/networking/_index.md +++ b/content/k3s/latest/en/networking/_index.md @@ -36,6 +36,10 @@ Traefik can be configured by editing the `traefik.yaml` file. To prevent k3s fro To disable it, start each server with the `--disable traefik` option. +If Traefik is not disabled K3s versions 1.20 and earlier will install Traefik v1, while K3s versions 1.21 and later will install Traefik v2 if v1 is not already present. + +To migrate from an older Traefik v1 instance please refer to the [Traefik documentation](https://doc.traefik.io/traefik/migration/v1-to-v2/) and [migration tool](https://github.com/traefik/traefik-migration-tool). + # Service Load Balancer Any service load balancer (LB) can be leveraged in your Kubernetes cluster. K3s provides a load balancer known as [Klipper Load Balancer](https://github.com/rancher/klipper-lb) that uses available host ports.