This release updates Kubernetes to v1.23.10, and fixes a number of issues.
For more details on what's new, see the Kubernetes release notes.
Changes since v1.23.9+k3s1:
- Fix secrets reencryption for 8K+ secrets (#5939)
- The etcd error on incorrect peer urls now correctly includes the expected https and 2380 port. (#5949)
- Bumped minio-go to v7.0.33. This adds support for IMDSv2 credentials.
- When set, the agent-token value is now written to
$datadir/server/agent-token
, in the same manner as the default (server) token is written to$datadir/server/token
- Updated dynamiclistener to fix a regression that prevented certificate renewal from working properly.
- The configured service CIDR is now passed to the Kubernetes controller-manager via the
--service-cluster-ip-range
flag. Previously this value was only passed to the apiserver. - Fixed a regression that caused systemd cgroup driver autoconfiguration to fail on server nodes.
- The initial health-check time for the etcd datastore has been raised from 10 to 30 seconds.
- Bumped rootlesskit to v1.0.1 (#5951)
- Added dualstack IP auto detection (#5955)
- Updated flannel to v0.19.1 (#5966)
- Remove codespell from Drone, add to GH Actions (#6011)
- Update to v1.23.10 (#6013)
Embedded Component Versions
Component | Version |
---|---|
Kubernetes | v1.23.10 |
Kine | v0.9.3 |
SQLite | 3.36.0 |
Etcd | v3.5.4-k3s1 |
Containerd | v1.5.13-k3s1 |
Runc | v1.1.3 |
Flannel | v0.19.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