RKE2 - v1.22.5+rke2r2


This release fixes several issues, including an issue with the --agent-token flag that could prevent servers from joining managed etcd clusters when this flag was used.

Known Issues

  • #2309 - The default cluster CIDR cannot be changed when using the Canal CNI plugin. This will be fixed in a subsequent release. If you use a custom cluster-cidr, you should apply the following HelmChartConfig:
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
  name: rke2-canal
  namespace: kube-system
spec:
  valuesContent: |-
    podCidr: $YOUR_CLUSTER_CIDR
  • #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

Changes since v1.22.5+rke2r1:

  • Bump versions for v1.22.5-rc1+rke2r2 (#2332)

Packaged Component Versions

| Component | Version |
|---|---|
| Kubernetes | v1.22.5 |
| Etcd | v3.5.0-k3s2 |
| Containerd | v1.5.8-k3s1 |
| 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:
- Open issues here
- Join our Slack channel
- Check out our documentation for guidance on how to get started.


Details

date
Jan. 11, 2022, 10:30 p.m.
name
v1.22.5+rke2r2
type
Patch
👇
Register or login to:
  • 🔍View and search all RKE2 releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or