github k3s-io/k3s v1.19.13+k3s1

latest releases: v1.30.2-rc1+k3s1, v1.29.6-rc1+k3s1, v1.28.11-rc1+k3s1...
2 years ago

This release updates Kubernetes to v1.19.13

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

⚠️ Important Upgrade Note ⚠️
If you are using K3s in a HA configuration with an external SQL datastore, and your server (control-plane) nodes were not started with the --token CLI flag, you will no longer be able to add additional K3s servers to the cluster without specifying the token. Ensure that you retain a copy of this token, as is required when restoring from backup. Previously, K3s did not enforce the use of a token when using external SQL datastores.

You may retrieve the token value from any server already joined to the cluster:

cat /var/lib/rancher/k3s/server/token

Changes since v1.19.12+k3s1:

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.13
Kine v0.6.2
SQLite 3.33.0
Etcd v3.4.13-k3s3
Containerd v1.4.8-k3s1
Runc v1.0.0-rc95
Flannel v0.12.0-k3s1
Metrics-server v0.3.6
Traefik 1.7.19
CoreDNS v1.8.3
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:

Don't miss a new k3s release

NewReleases is sending notifications on new releases.