This release updates Kubernetes to v1.27.7, and fixes a number of issues.
For more details on what's new, see the Kubernetes release notes.
Changes since v1.27.6+k3s1:
- Fix error reporting (#8411)
- Add context to flannel errors (#8419)
- Include the interface name in the error message (#8435)
- Update kube-router (#8443)
- Add extraArgs to tailscale (#8464)
- Added error when cluster reset while using server flag (#8455)
- The user will receive a error when --cluster-reset with the --server flag
- Cluster reset from non boostrap nodes (#8451)
- Take IPFamily precedence based on order (#8504)
- Fix spellcheck problem (boostrap ==> bootstrap) (#8509)
- Network defaults are duplicated, remove one (#8551)
- Advertise address integration test (#8516)
- System agent push tags fix (#8569)
- Fixed tailscale node IP dualstack mode in case of IPv4 only node (#8558)
- Server Token Rotation (#8576)
- 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
- E2E Domain Drone Cleanup (#8582)
- Clear remove annotations on cluster reset (#8587)
- 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 (#8597)
- Backports for 2023-10 release (#8615)
- Update kube-router package in build script (#8634)
- Add etcd-only/control-plane-only server test and fix control-plane-only server crash (#8642)
- Use
version.Program
not K3s in token rotate logs (#8656) - Windows agent support (#8650)
- Fix CloudDualStackNodeIPs feature-gate inconsistency (#8669)
- Add --image-service-endpoint flag (#8279) (#8662)
- Add
--image-service-endpoint
flag to specify an external image service socket.
- Add
- Backport etcd fixes (#8690)
- Re-enable etcd endpoint auto-sync
- Manually requeue configmap reconcile when no nodes have reconciled snapshots
- Update to v1.27.7 and Go to v1.20.10 (#8681)
- Fix s3 snapshot restore (#8733)
Embedded Component Versions
Component | Version |
---|---|
Kubernetes | v1.27.7 |
Kine | v0.10.3 |
SQLite | 3.42.0 |
Etcd | v3.5.9-k3s1 |
Containerd | v1.7.7-k3s1.27 |
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