| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| nocloud-amd64.raw.xz | 2024-05-17 | 150.3 MB | |
| metal-amd64.iso | 2024-05-17 | 156.6 MB | |
| README.md | 2024-05-16 | 1.2 kB | |
| v0.6.0 source code.tar.gz | 2024-05-16 | 2.3 MB | |
| v0.6.0 source code.zip | 2024-05-16 | 3.0 MB | |
| Totals: 5 Items | 312.2 MB | 0 | |
The new version of Cozystack v0.6.0 features several improvements for custom Kubernetes clusters.
- Added the ability to connect to virtual machines via serial-console. The root user now does not require a password, and the machines can be easily debugged. For this, you will need the virtctl utility from the KubeVirt toolkit.
- Solved the problem of overflowing storage space for containers; now all virtual machines are launched with two ephemeral disks, which are connected at /var/lib/containerd and /var/lib/kubelet, respectively.
- etcd quota-backend-bytes is now automatically set to 95% of the space requested by the user.
What's Changed
- kubernetes: Allow root login without password into vms by @kvaps in https://github.com/aenix-io/cozystack/pull/134
- kubernetes: add ephemeral volumes for containerd and kubelet by @kvaps in https://github.com/aenix-io/cozystack/pull/134
- etcd quota backend bytes by @kvaps in https://github.com/aenix-io/cozystack/pull/133
Full Changelog: https://github.com/aenix-io/cozystack/compare/v0.5.0...v0.6.0