github rancher/rke2 v1.22.9+rke2r2

17 months ago

This release updates a number of RKE2 components to address and resolve some minor issues identified on v1.22.9+rke2r1 release.

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.22.9+rke2r1:

  • Bump rke2-ingress-nginx to remove accidentally committed .orig files (#2842)
  • Bump dynamiclistener to fix apiserver outage issue (#2846)
  • update Kubernetes to 1.22.9 r2 (#2831)

Packaged Component Versions

ComponentVersion
Kubernetesv1.22.9
Etcdv3.5.3-k3s1
Containerdv1.5.11-k3s2
Runcv1.0.3
Metrics-serverv0.5.0
CoreDNSv1.9.1
Ingress-Nginx4.1.0
Helm-controllerv0.12.1

Available CNIs

ComponentVersionFIPS Compliant
Canal (Default)Flannel v0.17.0
Calico v3.21.4
Yes
Calicov3.21.4No
Ciliumv1.11.2No
Multusv3.7.1No

Known Issues

  • #2858 - Cannot join nodes back after cluster-reset when not restoring from snapshot
  • #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.22.9+rke2r2
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.