From de28b83d383f67f0ece64aee1c569bcba9fc4969 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 21 Oct 2024 20:18:46 +0200 Subject: [PATCH] pin k3s version & traefik version --- k3s-host/setup.sh | 2 ++ k8s.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/k3s-host/setup.sh b/k3s-host/setup.sh index 97ddf34..3ad54ff 100755 --- a/k3s-host/setup.sh +++ b/k3s-host/setup.sh @@ -9,6 +9,8 @@ else set -e fi +export INSTALL_K3S_VERSION=v1.30.5+k3s1 + source $SELF_DIR/variables.sh source $SELF_DIR/secrets.sh diff --git a/k8s.md b/k8s.md index 888017a..1e8af4c 100644 --- a/k8s.md +++ b/k8s.md @@ -91,7 +91,7 @@ For the first node `./setup.sh setup_k8s`. For nodes joining the cluster `./setu - [metallb](https://metallb.universe.tf) instead of the default load balancer because it does not allow for a public IP different from the `k8s` node IP. `./setup.sh setup_k8s_metallb` -- [traefik](https://traefik.io/) requests with [annotations](https://github.com/traefik/traefik-helm-chart/blob/7a13fc8a61a6ad30fcec32eec497dab9d8aea686/traefik/values.yaml#L736) specific IPs from `metalldb`. +- [traefik](https://traefik.io/) [v2.10](https://doc.traefik.io/traefik/v2.10/) installed from the [v25.0](https://github.com/traefik/traefik-helm-chart/tree/v25.0.0) helm chart. `./setup.sh setup_k8s_traefik` - [cert-manager](https://cert-manager.io/). `./setup.sh setup_k8s_certmanager`