Terraform Kvm Kubespray Versions Save

Kubitect provides a simple way to set up a highly available Kubernetes cluster across multiple hosts.

v3.4.0

1 month ago

New features

K3s

Kubitect now supports Kubernetes deployments using k3s.

# kubitect.yaml
...
kubernetes:
  manager: k3s

mergeKubeconfig

A new config option mergeKubeconfig has been introduced. When enabled, the kubeconfig file of a new cluster is merged into existing config on path ~/.kube/config.

# kubitect.yaml
...
kubernetes:
  other:
    mergeKubeconfig: true

Changes

Docs

Dependencies

Other

New Contributors

Full Changelog: https://github.com/MusicDin/kubitect/compare/v3.3.1...v3.4.0

v3.3.1

4 months ago

What's Changed

v3.3.0

6 months ago

What's Changed

v3.2.3

6 months ago

What's Changed

New Contributors

v3.2.2

10 months ago

Fixes

v3.2.1

11 months ago

Fixes

Other

v3.2.0

11 months ago

Note

From this release on, Kubernetes version 1.23 is no longer supported. Therefore, Kubernetes clusters that are still running on version 1.23 should be upgraded to at least version 1.24.

Deprecation

What's New

What's Fixed

Other Changes

v3.1.1

11 months ago

What's Fixed?

v3.1.0

1 year ago

Known issues

  • CentOS Stream image already includes the qemu-guest-agent package, which reports IP addresses of the virtual machines before they are leased from a DHCP server. This can cause issues during infrastructure provisioning if the virtual machines are not configured with static IP addresses.

What's new?

What's fixed?

Other

v3.0.1

1 year ago

What's new?