github rancher/rke2 v1.22.4+rke2r1

latest releases: v1.30.2-rc7+rke2r1, v1.29.6-rc7+rke2r1, v1.28.11-rc7+rke2r1...
2 years ago

This release updates Kubernetes to v1.22.4.

Before upgrading from earlier releases, be sure to read the Kubernetes Urgent Upgrade Notes.
Special attention should be paid to the removal of several beta Kubernetes APIs, as this is a breaking change for users with apiextensions.k8s.io/v1beta1 CustomResourceDefinition or networking.k8s.io/v1beta1 Ingress resources in their manifests.

Changes since v1.22.4+rke2r1:

  • Update cut_release.md (#2082)
  • testing: assert that install.sh works correctly (#2084)
  • Add image sources doc (#2066)
  • Update Calico chart to v3.20.2 (#2064)
  • Bump harvester cloud provider 0.1.3 and csi driver 0.1.4 (#2072)
  • Upgrading pause image and build to support Windows 2022. (#2094)
  • Updating to new signals package in wrangler (#2098)
  • Dump logs with docker cp (#2108)
  • Update Calico chart to v3.20.2 (#2064)
  • Tests: vagrant/install/ubuntu-focal (#2099)
  • Updating to new signals package in wrangler (#2098)
  • The rke2-metrics-server chart should now update properly when upgrading from previous releases of RKE2 (#2116)
  • Configuring http proxy settings (#2092)
  • tests/vagrant/install: updated workflow (#2120)
  • Recommend systemd-sysctl service usage only initially (#2113)
  • Fix typo in windows pause image (#2128)
  • Add etcd extra-args support to RKE2 (#2136)
  • K3s bump (#2133)
  • Bump Go and k3s versions (#2147)
  • SR-IOV chart lives in rancher-charts (#2153)
  • Bump charts and chart images (#2154)
  • Get node name from metadata if AWS cloud provider is enabled (#2163)
  • Bump vsphere charts+images (#2177)
  • Update master k8s to 1.22.4 (#2183)
  • Mark v1.22.3+rke2r1 as stable (#2197)
  • Enable Rke2 parser to skip flags (#2200)
  • Added new section for hardened images (#2189)

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.