This release updates Kubernetes to v1.22.11, and fixes a number of issues.
For more details on what's new, see the Kubernetes release notes.
Changes since v1.22.10+k3s1:
- Remove kube-ipvs0 interface when cleaning up (#5679)
- Add FlannelConfCNI flag (#5684)
- add support for pprof server (#5691)
- Integration and E2E test improvements (#5685)
- Disable urfave markdown/man docs generation (#5701)
- The embedded etcd snapshot controller will no longer fail to process snapshot files containing characters that are invalid for use in ConfigMap keys. (#5704)
- Environment variables prefixed with
CONTAINERD_
now take priority over other existing variables, when passed through to containerd. (#5710) - Delay service readiness until after startuphooks have finished (#5724)
- The embedded etcd instance no longer accepts connections from other nodes while resetting or restoring. (#5540)
- Flannel version update to 0.18.1 and added the ability to configure additional options for wireguard backend (#5722)
- The embedded Helm controller now properly updates Chart deployments when HelmChartConfig resources are updated or deleted. (#5735)
- Update to v1.22.11-k3s1 (#5752)
Embedded Component Versions
Component | Version |
---|---|
Kubernetes | v1.22.11 |
Kine | v0.9.1 |
SQLite | 3.36.0 |
Etcd | v3.5.4-k3s1 |
Containerd | v1.5.13-k3s1 |
Runc | v1.0.0 |
Flannel | v0.18.1 |
Metrics-server | v0.5.2 |
Traefik | v2.6.2 |
CoreDNS | v1.9.1 |
Helm-controller | v0.12.3 |
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