kubitect
kubitect copied to clipboard
Kubitect provides a simple way to set up a highly available Kubernetes cluster across multiple hosts.
We have a requirement to pass multiple network interfaces through to the kubernetes nodes. I've implemented this by adding a list of `extraBridges` for each instance that is used to...
If the VM doesn't get assigned an IP address for any reason terraform will throw an error when trying to read the IP address when generating the output. Fix in...
Remove `--cluster` flag on apply command and insted use `cluster.name` property to determine cluster name.
error on running kubitect apply on ubuntu 22.04 Experimental features are subject to breaking changes in future minor or patch releases, based on feedback. If you have feedback on the...
Implement https://github.com/MusicDin/kubitect/issues/34 Example config where: **bridge** - name of the bridge on the host. **networkInterface** - the name that the VM OS will assign the new network interface **ipCidr** -...
Fixes https://github.com/MusicDin/kubitect/issues/29
Set the default Kubespray version for each Kubitect release and make the Kubespray version optional instead of required.
Talos OS is an immutable minimal OS designed for Kubernetes, without ssh or any other binaries/service that are not required to run Kubernetes. Talos provides a installation guide for libvirt:...
while debugging #159 i noticed that after the package upgrades that kubitect applies when `updateOnBoot` is `true`, ubuntu reports that it needs a reboot to apply those upgrades. this change...
Support for dual-stack (IPv4 and IPv6) networking.