From aa56d8afaed3be8fef8c84b7c25f883975942cc6 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Sun, 15 Nov 2020 17:19:26 +0100 Subject: [PATCH] Housekeeping --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de8af80..9774b18 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## K3s cluster On first node: ``` -curl -sfL https://get.k3s.io | sh -s - --no-deploy traefik --cluster-init +curl -sfL https://get.k3s.io | sh -s - --no-deploy traefik cat /var/lib/rancher/k3s/server/token kubectl config view --raw ``` @@ -18,6 +18,7 @@ On subsequent nodes: curl -sfL https://get.k3s.io | K3S_URL=https://:6443 K3S_TOKEN= sh - ``` +### 0) Configure automatic updates Install Rancher's [System Upgrade Controller](https://rancher.com/docs/k3s/latest/en/upgrades/automated/): ``` kubectl apply -f https://github.com/rancher/system-upgrade-controller/releases/download/v0.6.2/system-upgrade-controller.yaml