github rancher/rke2 v1.23.7+rke2r2

23 months ago

This release updates Kubernetes to v1.23.7, fixes a number of minor issues, and includes security updates.

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.23.6+rke2r2:

  • Bump upgrade controller version and improve readability (#2818)
  • Updating the vSphere CPI chart version. (#2868)
  • Update Cilium version (#2865)
  • Update calico version (#2866)
  • Update Multus chart and sriov/multus images (#2854)
  • Update rke2 channel (#2872)
  • Multiple docs updates (#2894)
  • [Release 1.23] Update canal to 3.22.2 (#2906)
  • [Release 1.23] Update calico to 3.23.0 (#2908)
  • [Release 1.23] Update multus to the latest chart version (#2922)
  • [Release 1.23] Move windows validation to CI (#2915)
  • [Release 1.23] Support dev rpm creation and installation (#2936)
  • [Release 1.23] Ignore windows binaries when creating linux bundle (#2945)
  • [Release 1.23] ipv6 support (#2952)
  • [Release 1.23] Updated Calico to v3.23.1 (#2954)
  • [Release 1.23] Added flannel wireguard interface deletion (#2963)
  • [Release 1.23] Bump k3s and etcd (#2855)
  • [Release 1.23] Fixed canal chart for IPv6 only setup (#2967)
  • [Release 1.23] Bump K3s for calico egress-selector fix (#2969)
  • [Release 1.23] Fix calico chart to accept ipPool value (#2980)
  • [Release 1.23] Update Cilium to 1.11.5 (#2973)
  • Update k8s to v1.23.7 (#2994)
  • [Release 1.23] Disable egress-selector for calico/multus/none (#3013)
  • [Release 1.23] Bump containerd, runc, k3s (#3023)
  • [Release 1.23] Remove cni-based egress-selector config and bump k3s (#3026)
  • May release v1.23.7+rke2r2 (#3029)
  • [Release 1.23] Unconditionally set egress-selector-mode to disabled (#3036)

Packaged Component Versions

Component Version
Kubernetes v1.23.7
Etcd v3.5.4-k3s1
Containerd v1.5.13-k3s1
Runc v1.1.2
Metrics-server v0.5.0
CoreDNS v1.9.1
Ingress-Nginx 4.1.0
Helm-controller v0.12.1

Available CNIs

Component Version FIPS Compliant
Canal (Default) Flannel v0.17.0
Calico v3.22.2
Yes
Calico v3.23.1 No
Cilium v1.11.5 No
Multus v3.8 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.23.7+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.