This release updates Kubernetes to v1.26.10, and fixes a number of issues.
For more details on what's new, see the Kubernetes release notes.
Changes since v1.26.9+k3s1:
- Fix error reporting (#8412)
- Add context to flannel errors (#8420)
- Testing Backports for September (#8300)
- Include the interface name in the error message (#8436)
- Update kube-router (#8444)
- Add extraArgs to tailscale (#8465)
- Added error when cluster reset while using server flag (#8456)
- The user will receive a error when --cluster-reset with the --server flag
- Cluster reset from non boostrap nodes (#8453)
- Fix spellcheck problem (boostrap ==> bootstrap) (#8510)
- Take IPFamily precedence based on order (#8505)
- Network defaults are duplicated, remove one (#8552)
- Advertise address integration test (#8517)
- System agent push tags fix (#8570)
- Fixed tailscale node IP dualstack mode in case of IPv4 only node (#8559)
- Server Token Rotation (#8577)
- Users can now rotate the server token using
k3s token rotate -t <OLD_TOKEN> --new-token <NEW_TOKEN>
. After command succeeds, all server nodes must be restarted with the new token.
- Users can now rotate the server token using
- Clear remove annotations on cluster reset (#8590)
- Fixed an issue that could cause k3s to attempt to remove members from the etcd cluster immediately following a cluster-reset/restore, if they were queued for removal at the time the snapshot was taken.
- Use IPv6 in case is the first configured IP with dualstack (#8598)
- Backports for 2023-10 release (#8616)
- E2E Domain Drone Cleanup (#8583)
- Update kube-router package in build script (#8635)
- Add etcd-only/control-plane-only server test and fix control-plane-only server crash (#8643)
- Use
version.Program
not K3s in token rotate logs (#8655) - Windows agent support (#8647)
- Add --image-service-endpoint flag (#8279) (#8663)
- Add
--image-service-endpoint
flag to specify an external image service socket.
- Add
- Backport etcd fixes (#8691)
- Re-enable etcd endpoint auto-sync
- Manually requeue configmap reconcile when no nodes have reconciled snapshots
- Update to v1.26.10 and Go to v1.20.10 (#8680)
- Fix s3 snapshot restore (#8734)
Embedded Component Versions
Component | Version |
---|---|
Kubernetes | v1.26.10 |
Kine | v0.10.3 |
SQLite | 3.42.0 |
Etcd | v3.5.9-k3s1 |
Containerd | v1.7.7-k3s1.26 |
Runc | v1.1.8 |
Flannel | v0.22.2 |
Metrics-server | v0.6.3 |
Traefik | v2.10.5 |
CoreDNS | v1.10.1 |
Helm-controller | v0.15.4 |
Local-path-provisioner | v0.0.24 |
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