This release updates Kubernetes to v1.22.5, and fixes a number of issues.
For more details on what's new, see the Kubernetes release notes.
Known Issues:
- #4881: 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.
- #4023: When removing servers with etcd from the cluster, ensure that the k3s service is stopped before using
kubectl delete
to remove the node from the Kubernetes and etcd cluster. You should do this one node at a time to ensure that your cluster does not lose quorum. Failure to follow this process may result in K3s on the deleted node crashing, restarting, and rejoining the cluster. - #4784: When creating a new cluster, etcd-only servers must be created before control-plane servers.
Changes since v1.22.4+k3s1:
- Updated Kubernetes to v1.22.5 and containerd v1.5.8 (#4767)
- Added secrets encryption key rotation functionaility (#4654)
- Enhancements to ETCD snapshot functionailty (#4605)
- Added certificate rotation functionality (#4635)
- Improved cleanup for etcd unit test (#4608)
- Improved flannel logging (#4614)
- Added check for HA cluster server configuration (#4678)
- Resolved server restore bootstrap (#4715)
Embedded Component Versions
Component | Version |
---|---|
Kubernetes | v1.22.5 |
Kine | v0.8.1 |
SQLite | 3.36.0 |
Etcd | v3.5.0-k3s2 |
Containerd | v1.5.8-k3s1 |
Runc | v1.0.3 |
Flannel | v0.15.1 |
Metrics-server | v0.5.0 |
Traefik | v2.5.0 |
CoreDNS | v1.8.4 |
Helm-controller | v0.11.7 |
Local-path-provisioner | v0.0.20 |
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 or to dive deep into K3s.
- Read how you can contribute here