Skip to content
Snippets Groups Projects

rancher/debian: Add debian upgrade procedure for rancher cluster

Merged Antoine R. Dumont requested to merge mr/upgrade-debian-machines into master
2 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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)
  • 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``.
  • Guillaume Samson approved this merge request

    approved this merge request

  • added 1 commit

    • c9119f1f - rancher/debian: Add debian upgrade procedure for rancher cluster

    Compare with previous version

  • 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

    Compare with previous version

  • Jenkins job DDOC/builds #898 succeeded in 14 min.
    See Console Output, Blue Ocean and Coverage Report for more details.

  • merged manually

  • Please register or sign in to reply
    Loading