This release updates Kubernetes to v1.22.10, and fixes a number of issues.
For more details on what's new, see the Kubernetes release notes.
Changes since v1.22.9+k3s1:
- Add "ipFamilyPolicy: PreferDualStack" to have dual-stack ingress support (#5537)
- Add systemd cgroup controller support (#5555)
- Changing package to k3s-io (#5585)
- Backport bugfixes and enhancements from master
- The embedded ServiceLB LoadBalancer controller now supports mixed-protocol Services, and will clean up daemonsets when the Service type changes.
- CNI plugins binaries now output the correct versions when queried on the command line
- CNI plugins have been bumped to v1.1.1
- K3s now uses the systemd cgroup driver instead of cgroupfs when running under systemd 244 or later.
- K3s supervisor status errors are now wrapped in Kubernetes API error types, for improved compatibility with Kubernetes client libraries.
- K3s now supports NATS JetStream as a datastore backend
- The embedded kubelet now waits for the apiserver to become available before starting.
- The K3s supervisor now implements a KEP-1281 compliant apiserver network proxy.
- The integrated apiserver network proxy's operational mode can now be set with
--egress-selector-mode
. - When generating a replacement resolv.conf due to potentially unsuitable nameservers in the host resolv.conf, k3s now logs a warning, and stores the autogenerated configuration file in a more durable location.
- Objects will be removed from Kubernetes when they are removed from manifest files. (#5586)
- Users can now install auto-completion using the k3s completion command (#5592)
- Update Kubernetes to v1.22.10-k3s1 (#5612)
Embedded Component Versions
Component | Version |
---|---|
Kubernetes | v1.22.10 |
Kine | v0.9.1 |
SQLite | 3.36.0 |
Etcd | v3.5.4-k3s1 |
Containerd | v1.5.11-k3s2 |
Runc | v1.0.0 |
Flannel | v0.17.0 |
Metrics-server | v0.5.2 |
Traefik | v2.6.2 |
CoreDNS | v1.9.1 |
Helm-controller | v0.12.1 |
Local-path-provisioner | v0.0.21 |
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