github rancher/rke2 v1.26.1+rke2r1

14 months ago

This release updates Kubernetes to v1.26.1 to backport registry changes and fix two critical issues.

Important Note

If your server (control-plane) nodes were not started with the --token CLI flag or config file key, a randomized token was generated during initial cluster startup. This key is used both for joining new nodes to the cluster, and for encrypting cluster bootstrap data within the datastore. Ensure that you retain a copy of this token, as is required when restoring from backup.

You may retrieve the token value from any server already joined to the cluster:

cat /var/lib/rancher/rke2/server/token

Changes since v1.26.0+rke2r2:

  • Don't clean up kube-proxy every time agents start (#3737)
  • Add rke2 e2e test run script and adjustments (#3766)
  • Update channels (#3768)
  • Bump containerd to v1.6.15-k3s1 (#3767)
  • Fix typos (#3741)
  • Generate report and upload test results (#3771)
  • Update multus to v3.9.3 and whereabouts to v0.6 (#3789)
  • Bump harvester cloud provider and harvester csi driver (#3781)
  • Bump K3s version for tls-cipher-suites and etcd snapshot conflict fix (#3772)

Packaged Component Versions

Component Version
Kubernetes v1.26.1
Etcd v3.5.5-k3s1
Containerd v1.6.15-k3s1
Runc v1.1.4
Metrics-server v0.6.2
CoreDNS v1.9.3
Ingress-Nginx 4.1.0
Helm-controller v0.13.1

Available CNIs

Component Version FIPS Compliant
Canal (Default) Flannel v0.20.2
Calico v3.24.5
Yes
Calico v3.24.5 No
Cilium v1.12.4 No
Multus v3.9.3 No

Known Issues

  • #1447 - When restoring RKE2 from backup to a new node, you should ensure that all pods are stopped following the initial restore:
curl -sfL https://get.rke2.io | sudo INSTALL_RKE2_VERSION=v1.26.1+rke2r1
rke2 server \
  --cluster-reset \
  --cluster-reset-restore-path=<PATH-TO-SNAPSHOT> --token <token used in the original cluster>
rke2-killall.sh
systemctl enable rke2-server
systemctl start rke2-server

Helpful Links

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

Don't miss a new rke2 release

NewReleases is sending notifications on new releases.