k3s - v1.19.12+k3s1


This release updates Kubernetes to v1.19.12

For more details on what's new, see the Kubernetes release notes

Changes since v1.19.11+k3s1:

  • Upgrade Kubernetes to v1.19.12 (#3476)

Known Issues

  • There is a regression that may cause issues with deleting nodes due to finalizers not being removed. If you observe a node is stuck for some time and is not being deleted you can describe the node to see if any finalizers remain. If there are any finalizers, you can work around this issue by running the following command to remove the finalizers:
# replace <nodename> with the name of the node
kubectl get node -o name <nodename> | xargs -i kubectl patch {} -p '{"metadata":{"finalizers":[]}}' --type=merge

Embedded Component Versions

| Component | Version |
|---|---|
| Kubernetes | v1.19.12 |
| SQLite | 3.33.0 |
| Etcd | v3.4.13-k3s3 |
| Containerd | v1.4.4-k3s1 |
| Runc | v1.0.0-rc95 |
| Flannel | v0.12.0-k3s1 |
| Metrics-server | v0.3.6 |
| Traefik | 1.7.19 |
| CoreDNS | v1.6.9 |
| Helm-controller | v0.8.3 |
| Local-path-provisioner | v0.0.14 |

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


Details

date
June 21, 2021, 8:30 p.m.
name
v1.19.12+k3s1
type
Patch
👇
Register or login to:
  • 🔍View and search all k3s releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or