Skip to content

Releases: kubesphere/kubekey

v1.2.0-alpha.5

30 Sep 07:13
19c437d
Compare
Choose a tag to compare
v1.2.0-alpha.5 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:

  • The KubeKey compile on golang 1.16.
  • Modify the ks-installer manifest.

KubeSphere v3.2.0 is still in alpha phase, use following commands to deploy KubeSphere v3.2.0 alpha version:

./kk create config --with-kubesphere v3.2.0-alpha.1
./kk create cluster --with-kubesphere v3.2.0-alpha.1
./kk upgrade --with-kubesphere v3.2.0-alpha.1

v1.2.0-alpha.4

18 Sep 10:06
62f91a3
Compare
Choose a tag to compare
v1.2.0-alpha.4 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 Kubernetes v1.21.5.
  • Support KubeSphere v3.2.0-alpha.0
  • Support installing docker and conatinerd using binaries.
  • Support flannel vxlan and directrouting.
  • fix some bugs.

KubeSphere v3.2.0 is still in alpha phase, use following commands to deploy KubeSphere v3.2.0 alpha version:

./kk create config --with-kubesphere v3.2.0-alpha.0
./kk create cluster --with-kubesphere v3.2.0-alpha.0
./kk upgrade --with-kubesphere v3.2.0-alpha.0

v1.2.0-alpha.3

31 Aug 14:05
4f1e403
Compare
Choose a tag to compare
v1.2.0-alpha.3 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 Kubernetes v1.22.1
  • Upgrade calico to v3.20.0
  • Upgrade kubecni to v0.9.1
  • Upgrade helm to v3.6.3
  • Upgrade coredns to 1.8.4
  • Deploy etcd using binary

v1.2.0-alpha.2

27 Jul 03:35
fb0ad3a
Compare
Choose a tag to compare
v1.2.0-alpha.2 Pre-release
Pre-release

Notice:

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

Fix: a command bug caused by some os deafult shell is not bash. #586
Fix: add nodes bug caused by the config file hosts order.

v1.2.0-alpha.1

15 Jul 08:27
009c0d6
Compare
Choose a tag to compare
v1.2.0-alpha.1 Pre-release
Pre-release

Support deploy high availability clusters by the internal load balancer.

Use the command:

./kk create config -f sample.yaml

Customize the config file and uncomment this line:

controlPlaneEndpoint:
    ##Internal loadbalancer for apiservers
    internalLoadbalancer: haproxy

    domain: lb.kubesphere.local
    address: ""
    port: 6443

v1.1.1🌈

12 Jul 07:02
7f4b70f
Compare
Choose a tag to compare

What’s Changed

v1.1.1-alpha.1

07 Jul 02:36
9cc863e
Compare
Choose a tag to compare
v1.1.1-alpha.1 Pre-release
Pre-release

Support installation and upgrade to KubeSphere v3.1.1

# install
./kk create cluster --with-kubesphere v3.1.1

# upgrade 
./kk upgrade --with-kubesphere v3.1.1

v1.1.0 🌈

28 Apr 11:39
Compare
Choose a tag to compare

What’s Changed

v1.1.0-alpha.3

28 Apr 07:39
Compare
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
Compare
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