github rancher/rke2 v1.23.1+rke2r1

latest releases: v1.29.4-rc3+rke2r1, v1.28.9-rc3+rke2r1, v1.27.13-rc3+rke2r1...
2 years ago

This release is RKE2's first in the v1.23 line. This release updates Kubernetes to v1.23.1.

As this release includes a number of significant changes from previous versions, we will not make v1.23 available via the stable release channel until v1.23.2+rke2r1 or later.

Before upgrading from earlier releases, be sure to read the Kubernetes Urgent Upgrade Notes.

Known Issues

  • #2323: When using embedded etcd and the initial server is started with --agent-token, and this agent-only token does not match the server --token value, additional servers cannot join the cluster. This will be fixed in a subsequent release.
  • #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.23.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

Changes since RKE2 v1.22.5+rke2r1 (when the release-1.22 branch was forked from master)

  • Disable windows crictl version check (#2308)
  • Bump versions for v1.23.1-rc1+rke2r1 (#2307)

Packaged Component Versions

Component Version
Kubernetes v1.23.1
Etcd v3.5.0-k3s2
Containerd v1.5.8-k3s3
Runc v1.0.3
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

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.