This release updates Kubernetes to v1.23.4, and fixes a number of issues.
For more details on what's new, see the Kubernetes release notes.
Known Issues:
- There is an issue that may cause unexpected behavior when removing servers running embedded etcd from the cluster. When removing servers with etcd from the
cluster, ensure that the k3s service is stopped before usingkubectl delete
to remove the node from the Kubernetes and etcd cluster. You should do this one node at a time to ensure that your cluster d
oes not lose quorum. Failure to follow this process may result in K3s on the deleted node crashing, restarting, and rejoining the cluster.
Changes since v1.23.3+k3s1:
- Updated to V1.23.4 k3s1 and updated traefik to v2.6.1 (#5135)
- Added
--server
flag tok3s secrets-encrypt
subcommand to enable access non-local and non-default k3s servers. (#5016) - Fixed to Drone CI Stability (#4897)
- Updated to flannel v0.16.2 (#5035)
- Signed CSRs for legacy-unknown with the server CA (#5057)
- K3s kubectl now no longer outputs a [WARN] log when using the
--kubeconfig
flag (#5064) - Used kube-router as a library (#5079)
- Updated CentOS 8 smoke vm's with vault repositories (#5092)
- Fixed cluster validation and add upgrade cluster test (#5020)
- Removed all iptables rules when destroying k3s cluster (#5059)
- Added k3s etcd restoration test (#5014)
- Migrated Ginkgo testing framework to V2, consolidate integration tests (#5097)
- E2E Test Improvements (#5102)
- Fixed annoying netpol heartbeat missing log (#5106)
- Fixed a regression that prevented
--disable
from removing previously installed components. (#5113)
Embedded Component Versions
Component | Version |
---|---|
Kubernetes | v1.23.4 |
Kine | v0.8.1 |
SQLite | 3.36.0 |
Etcd | v3.5.1-k3s1 |
Containerd | v1.5.9-k3s1 |
Runc | v1.0.3 |
Flannel | v0.16.3 |
Metrics-server | v0.5.2 |
Traefik | v2.6.1 |
CoreDNS | v1.8.6 |
Helm-controller | v0.11.7 |
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