rancher/debian: Add debian upgrade procedure for rancher cluster
2 unresolved threads
2 unresolved threads
Edited by Antoine R. Dumont
Merge request reports
Activity
Filter activity
mentioned in issue swh/infra/sysadm-environment#5415 (closed)
Jenkins job DDOC/builds #894 failed in 19 min.
See Console Output, Blue Ocean and Coverage Report for more details.Jenkins job DDOC/builds #895 failed in 15 min.
See Console Output, Blue Ocean and Coverage Report for more details.- docs/sysadm/data-silos/rancher/debian.rst 0 → 100644
8 9 sysadm staff members 10 11 Purpose 12 -------- 13 14 This page documents the steps to upgrade Debian nodes running in a Rancher cluster. The 15 upgrade process involves various commands and checks before and after rebooting the 16 node. 17 18 Prerequisites 19 ------------- 20 21 + Familiarity with SSH and CLI-based command execution 22 + Out-of-band Access to the node (IDRAC/ILO) for reboot 23 + Access to the node through SSH (requires the vpn) - docs/sysadm/data-silos/rancher/debian.rst 0 → 100644
130 In the case of the bullseye-bookworm migration, on some vms, we needed to uninstall some 131 package and disable some new failing services. 132 133 .. code:: 134 135 root@node:~# apt purge -y openipmi 136 root@node:~# systemctl reset-failed # so icinga stops complaining 137 138 139 Step 8: Join back the rancher cluster 140 ------------------------------------- 141 142 After the node reboots, check the node joined back the Rancher cluster. 143 144 And then must ``uncordon`` the node so the kube scheduler can schedule pods on this node 145 again (the node will be mared as ``ready``. What do you think about adding a section postinstallation?
postinstallation ---------------- * Enable Rancher etcd snapshots. * Check the `holderIdentity` value in `rke2` and `rke2-lease` leases and configmaps.
Edited by Guillaume Samson
- Resolved by Guillaume Samson
Just 2 comments concerning the Rancher etcd snapshots.
Everything looks good otherwise.
added 1 commit
- c9119f1f - rancher/debian: Add debian upgrade procedure for rancher cluster
Jenkins job DDOC/builds #896 succeeded in 14 min.
See Console Output, Blue Ocean and Coverage Report for more details.added 1 commit
- 274a2b96 - rancher/debian: Add debian upgrade procedure for rancher cluster
Jenkins job DDOC/builds #898 succeeded in 14 min.
See Console Output, Blue Ocean and Coverage Report for more details.mentioned in issue swh/infra/sysadm-environment#5556
Please register or sign in to reply