This release updates Kubernetes to v1.25.11, and fixes a number of issues.
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.25.10+rke2r1:
- Update canal chart (#4344)
- Bump K3s version for v1.25 (#4360)
- Update rke2 (#4367)
- Bump harvester cloud provider 0.2.2 (#4375)
- Preserve mode when extracting runtime data (#4379)
- Use our own file copy logic instead of continuity (#4390)
Packaged Component Versions
Component | Version |
---|---|
Kubernetes | v1.25.11 |
Etcd | v3.5.7-k3s1 |
Containerd | v1.7.1-k3s1 |
Runc | v1.1.7 |
Metrics-server | v0.6.3 |
CoreDNS | v1.10.1 |
Ingress-Nginx | 4.5.2 |
Helm-controller | v0.15.0 |
Available CNIs
Component | Version | FIPS Compliant |
---|---|---|
Canal (Default) | Flannel v0.22.0 Calico v3.25.1 | Yes |
Calico | v3.25.0 | No |
Cilium | v1.13.2 | No |
Multus | v3.9.3 | 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.