From 24fc1e930757986fc30d835492f5ee40ba8a43c7 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Tue, 5 Apr 2022 18:06:19 +0200 Subject: [PATCH] Update documentation --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1aa4835..0eab1f3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ ``` # line ??: services/TfState/deploy-TfState.yml # line ??: services/Mastodon/deploy-Mastodon.yml -# line ??: services/PVR/deploy-SpotWeb.yml ``` # Kubernetes.K3s.installLog @@ -41,9 +40,9 @@ $(curl https://kube-vip.io/manifests/rbac.yaml) $(ctr run --rm --net-host ghcr.io/kube-vip/kube-vip:latest vip /kube-vip manifest daemonset --interface --address --inCluster --taint --controlplane --services --arp --leaderElection) EOF ``` -On subsequent nodes (replace `` and `` with the correct values): +On subsequent nodes (replace `` and `` with the correct values): ```shell -curl -sfL https://get.k3s.io | K3S_URL=https://:6443 K3S_TOKEN= sh -s - server --disable local-storage,traefik +curl -sfL https://get.k3s.io | K3S_URL=https://:6443 K3S_TOKEN= sh -s - server --disable local-storage,traefik ``` ### 0) Configure automatic updates @@ -51,9 +50,9 @@ Install Rancher's [System Upgrade Controller](https://rancher.com/docs/k3s/lates ```shell kubectl apply -f https://github.com/rancher/system-upgrade-controller/releases/latest/download/system-upgrade-controller.yaml ``` -Apply a [server (master node)](https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog/src/branch/master/system/UpgradeController/plan-Server.yml) and [agent (worker node)](https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog/src/branch/master/system/UpgradeController/plan-Agent.yml) plan: +Apply a [server (master node)](https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog/src/branch/master/system/UpgradeController/plan-Server.yml) ~and [agent (worker node)](https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog/src/branch/master/system/UpgradeController/plan-Agent.yml)~ plan: ```shell -kubectl apply -f system/UpgradeController/plan-Server.yml -f system/UpgradeController/plan-Agent.yml +kubectl apply -f system/UpgradeController/plan-Server.yml # -f system/UpgradeController/plan-Agent.yml ``` ### 1) Persistent storage