Updated documentation
This commit is contained in:
parent
d9bedca458
commit
6300ff7c69
@ -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 <interface name> --address <floating ip> --inCluster --taint --controlplane --services --arp --leaderElection)
|
||||
EOF
|
||||
```
|
||||
On subsequent nodes (replace `<fqdn or ip>` and `<value from master>` with the correct values):
|
||||
On subsequent nodes (replace `<floating ip>` and `<value from master>` with the correct values):
|
||||
```shell
|
||||
curl -sfL https://get.k3s.io | K3S_URL=https://<fqdn or ip>:6443 K3S_TOKEN=<value from master> sh -s - server --disable local-storage,traefik
|
||||
curl -sfL https://get.k3s.io | K3S_URL=https://<floating ip>:6443 K3S_TOKEN=<value from master> 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
|
||||
|
Loading…
Reference in New Issue
Block a user