Skip to content

v1.1.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 03:32
· 1758 commits to master since this 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