Releases: xiaods/k8e
Releases · xiaods/k8e
v1.19.9+k8e1
root@ruvds-2djjx:~# ./k8e -v
k8e version v1.19.9+k8e1 (450ced38)
Changes since v1.19.8+k8e3:
- Upgrade coredns version to v1.8.0
- Add make command: clean and package-airgap
- Add nerdctl command to static folder: /var/lib/k8e/k8e/data/bin/nerdctl
- Upgrade to containerd v1.4.4-k3s1 addressing CVE-2021-21334 in containerd/cri (#3085)
See the containerd security advisory for more information.
sha256sum
root@ruvds-2djjx:~# sha256sum k8e
a69e61d38adbbbb801576d58758de303d2aa18f1f922817e592b6636babac1b4 k8e
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
enhance release 1.19.8 branch, patch version
Update
- Backports the 3 changes that introduce Etcd snapshot functionality, S3 integration, and Bootstrap storage bug fixes.
- add airgap script to hack folder …
- registry mirror repository rewrites …
- upgrade coredns to 1.7.0 …
❯ # ./k8e -v
k8e version v1.19.8+k8e3 (b847c5a3)
❯ # sha256sum k8e
7eea3e9124d844cc05b11275250306e600ee8a4c9b1ca204b8e6fcb86baeb5f1 k8e
Upgrade for address CVE-2021-21334
This release updates Kubernetes to v1.19.8
Changes since v1.19.8+k8e1:
- [release 1.19] containerd: bump to 1.4.4 to address CVE-2021-21334
- remove duplicated func GetAddresses
- Use zstd instead of gzip for embedded tarball
- port: Don't start up multiple apiserver load balancers
- Don't start up multiple apiserver load balancers
sha256sum
1dd48d05d4f9f514383af350b35075e4df5522ca25b0bd3c5cea7cefe4d37eb8 k8e
upgrade kubernetes to v1.19.8
This release updates Kubernetes to v1.19.8
For more details on what's new, see the Kubernetes release notes
md5sum 9a964ec5b990ec173f25839e75617a44 k8e-amd64
upgrade kubernetes to v1.19.7
This release updates Kubernetes to v1.19.7
For more details on what's new, see the Kubernetes release notes
v1.19.5+k8e1
The first bumped version based on k3s 1.19.5+k3s2
Merry Christmas! please use it for your free time.
this version only support Amd64 Arch, Don't Use it on ARM Arch
Embedded Component Versions
Component | Version |
---|---|
Kubernetes | v1.19.5 |
SQLite | 3.33.0 |
Etcd | v3.4.13-k3s1 |
Containerd | v1.4.3-k3s1 |
Flannel | v0.12.0-k3s1 |
Metrics-server | v0.3.6 |
Traefik | 1.7.19 |
CoreDNS | v1.6.9 |
Helm-controller | v0.7.3 |
Local-path-provisioner | v0.0.14 |