github rancher/rke2 v1.22.4+rke2r2

2 years ago

This release provides some minor fixes around tooling and updates additional Windows support.

Changes since v1.22.4+rke2r1:

  • Add newly available etcd-arg to the docs (#2205)
  • Remove socat from dockerfile (#2210)
  • Mark 1.22.4 stable (#2213)
  • Fixing bugs with a local binary install without local images. (#2214)
  • Update to r2 build (#2218)
  • [BugFix - Linux - Ubuntu/Debian] Make sure to remove systemd service on debian based systems (#2217))

Packaged Component Versions

Component Version
Kubernetes v1.22.3
Etcd v3.5.0-k3s2
Containerd v1.5.8-k3s1
Runc v1.0.2
CNI Plugins v0.9.1
Metrics-server v0.5.0
CoreDNS v1.8.5
Ingress-Nginx 4.0.3
Helm-controller v0.11.8

Available CNIs

Component Version FIPS Compliant
Canal (Default) Flannel v0.15.1
Calico v3.20.2
Yes
Calico v3.20.2 No
Cilium v1.10.4 No
Multus v3.7.1 No

Known Issues

  • #2085 - The rke2-metrics-server helm chart may fail to upgrade due to API version deprecations not handled by the MapKubeAPIs Helm plugin, leaving the metrics-server service non-functional following the upgrade. This will be fixed in the next release, but can be resolved by running:
kubectl delete helmchart -n kube-system rke2-metrics-server
systemctl restart rke2-server
  • #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.3+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.