adamant-kite-43734
11/09/2023, 9:05 PMhundreds-evening-84071
11/09/2023, 9:07 PMkubectl get po -n cattle-system
hundreds-evening-84071
11/09/2023, 9:07 PMhundreds-evening-84071
11/09/2023, 9:07 PMkubectl logs -n cattle-system <pod name>
adventurous-address-26812
11/09/2023, 9:10 PMadventurous-address-26812
11/09/2023, 9:26 PMadventurous-address-26812
11/10/2023, 6:27 PMhundreds-evening-84071
11/10/2023, 6:39 PMhundreds-evening-84071
11/10/2023, 6:40 PMrke config --list-version --all
Then update rancher-cluster.yml
Add kubernetes_version: <version from --list-version above>
run rke up --config ./rancher-cluster.yml
hundreds-evening-84071
11/10/2023, 6:41 PMadventurous-address-26812
11/10/2023, 6:41 PMhundreds-evening-84071
11/10/2023, 6:42 PMhundreds-evening-84071
11/10/2023, 6:43 PMnodes:
- address: rancher1
user: rancher
role: [controlplane,worker,etcd]
- address: rancher2
user: rancher
role: [controlplane,worker,etcd]
- address: rancher3
user: rancher
role: [controlplane,worker,etcd]
services:
etcd:
snapshot: true
creation: 6h
retention: 24h
kubernetes_version: "v1.15.9-rancher1-2"
adventurous-address-26812
11/10/2023, 6:43 PMadventurous-address-26812
11/10/2023, 6:43 PMhundreds-evening-84071
11/10/2023, 6:43 PMhundreds-evening-84071
11/10/2023, 6:44 PMadventurous-address-26812
11/10/2023, 6:44 PMhundreds-evening-84071
11/10/2023, 6:45 PMadventurous-address-26812
11/10/2023, 6:45 PMhundreds-evening-84071
11/10/2023, 6:46 PMrke etcd snapshot-save --name <filename> --config /root/rancher-cluster.yml
adventurous-address-26812
11/10/2023, 6:46 PMhundreds-evening-84071
11/10/2023, 6:47 PMadventurous-address-26812
11/10/2023, 6:47 PMadventurous-address-26812
11/13/2023, 4:23 PMINFO[0034] [etcd] Successfully started [rke-log-linker] container on host [10.227.227.71]
INFO[0034] Removing container [rke-log-linker] on host [10.227.227.71], try #1
INFO[0034] [remove/rke-log-linker] Successfully removed container on host [10.227.227.71]
INFO[0034] Image [rancher/rke-tools:v0.1.88] exists on host [10.227.227.71]
INFO[0035] Starting container [rke-log-linker] on host [10.227.227.71], try #1
INFO[0035] [etcd] Successfully started [rke-log-linker] container on host [10.227.227.71]
INFO[0035] Removing container [rke-log-linker] on host [10.227.227.71], try #1
INFO[0036] [remove/rke-log-linker] Successfully removed container on host [10.227.227.71]
INFO[0036] [etcd] Successfully started etcd plane.. Checking etcd cluster health
WARN[0139] [etcd] host [10.227.227.71] failed to check etcd health: failed to get /health for host [10.227.227.71]: Get "<https://10.227.227.71:2379/health>": remote error: tls: bad certificate
FATA[0139] [etcd] Failed to bring up Etcd Plane: etcd cluster is unhealthy: hosts [10.227.227.71] failed to report healthy. Check etcd container logs on each host for more information
hundreds-evening-84071
11/13/2023, 4:54 PMadventurous-address-26812
11/13/2023, 5:00 PM