github kubesphere/kubekey v1.1.0-alpha.2

latest releases: v2.3.0-rc.3, v2.3.0-rc.2, v2.3.0-rc.1...
pre-release3 years ago

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
    

Don't miss a new kubekey release

NewReleases is sending notifications on new releases.