Skip to content

v3.4.0

Latest
Compare
Choose a tag to compare
@MusicDin MusicDin released this 21 Apr 16:49
ee1efe7

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

  • Remove Weave network plugin by @MusicDin in #181
  • Use only latest images by @MusicDin in #182
  • Create .ssh directory if missing when adding VMs to known hosts by @MusicDin in #185
  • Initial implementation of K3s manager by @MusicDin in #189
  • Remove configuration files even if TF resources are already removed by @MusicDin in #192
  • Fail validation if config contains unknown keys by @MusicDin in #194
  • Add option to merge kubeconfig when cluster is created by @MusicDin in #196
  • Fix k3s server startup in HA mode by @MusicDin in #197

Docs

Dependencies

Other

New Contributors

Full Changelog: v3.3.1...v3.4.0