Skip to content

v0.2.0 - updated

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 02:58
  • [enhancement] Add complete node/cluster management commands #10
  • [enhancement] Support selective Kubernetes version to create different versions of clusters #5
  • [enhancement] Have cluster running after the nodes restart #3
  • [enhancement] Update containerd to 1.4.0
  • [enhancement] Introduce kubefire kubeconfig get/download commands
  • [enhancement] Introduce kubefire info -b to show supported K8s/K3s versions
  • [bug] Fix failed single-node deployment by skuba
  • [bug] Invalid version ctr tool used when deploying 1.19.0 with kubeadm #14

Notes

  • Because of upgrading containerd to 1.4.0, please remember to update your installed prerequisites via the below command.
kubefire install
  • 1.19.0 (bootstrapper=kubeadm) introduced
kubefire cluster create demo
....kubectl get nodes
NAME               STATUS   ROLES    AGE     VERSION
0ddc5695aab517ca   Ready    master   2m22s   v1.19.0

Deprecations

  • kubefire cluster download was deprecated and replaced with kubefire kubeconfig get/download to support printing out to the stand output or downloading the file as before.