Releases: MusicDin/kubitect
Releases · MusicDin/kubitect
v2.0.2
v2.0.1
v2.0.0
What's new?
- The project has been renamed to Kubitect,
- new CLI tool for creating, scaling and destroying clusters,
- new documentation page,
terraform.tfvars
has been replaced by a Kubitect configuration file,- option to attach virtual disks to virtual machines (useful for storage solutions like Rook),
- clusters can now be deployed on multiple hosts,
- added support for creating multiple clusters.
v1.1.0
This release supports Kubespray version 2.16.0 or higher.
Changes
- Change container runtime to containerd
- Python2 is no longer supported
- Validate MAC and IP addresses
- Set storage and RAM size in GiB
- Add support for bridged networks
- Add option for system update on first boot
- Remove DHCP leases after reducing cluster size (when using virtual network)
- Allow setting more then two HAProxy load balancers
- Setting virtual machine MAC and/or IP is now optional
- Variables renamed:
- network_forward_mode -> network_mode
- network_virtual_bridge -> network_bridge
- network_interface -> vm_network_interface
v1.0.0 - Initial release
This release supports Kubespray version up to 1.15.1
and Kubernetes version up to 1.19.x
.
Special thanks to @6aKa for all contributions and ideas.