Skip to content

Releases: kubesphere/kubekey

v1.1.0-alpha.3

28 Apr 07:39

Choose a tag to compare

v1.1.0-alpha.3 Pre-release
Pre-release
add docker version checking

Signed-off-by: pixiake <guofeng@yunify.com>

v1.1.0-alpha.2

08 Apr 03:32

Choose a tag to compare

v1.1.0-alpha.2 Pre-release
Pre-release

Notice:

  • This is a pre-release.
  • The arm64 binary only supports installation of arm64 kubernetes cluster.

This release includes the following changes:

  • Support for installing k3s clusters

    example:

    ./kk create cluster --with-kubernetes v1.20.4-k3s
    

    or the following parameter can be changed to the configuration file

    kubernetes:
      version: v1.20.4-k3s
    
  • Support for installing the nightly and latest version of KubeSphere

    nightly build:

    ./kk create cluster --with-kubesphere nightly-20210406
    

    latest:

    ./kk create cluster --with-kubesphere latest
    

Release v1.1.0-alpha.1

07 Dec 16:17

Choose a tag to compare

Pre-release

Notice:

  • This is a pre-release.
  • The arm64 binary only supports installation of arm64 kubernetes cluster.

This release includes the following changes:

  • Upgrade etcd to v3.4.13
  • Upgrade calico to v3.16.3
  • Support multi container runtime: containerd/cri-o/isula

The following parameter can be added to the configuration file to interface with the specified container-runtime:

kubernetes:
  containerManager: containerd    # containerd or crio or isula

Release v1.0.1

08 Nov 17:03
3b104f8

Choose a tag to compare

Merge pull request #366 from pixiake/release-1.0

update download script

Release v1.0.0

02 Sep 16:53

Choose a tag to compare

merge master into release-1.0

Signed-off-by: pixiake <guofeng@yunify.com>