ks-installer icon indicating copy to clipboard operation
ks-installer copied to clipboard

How to get the latest build of KubeSphere v3.1.x

Open pixiake opened this issue 3 years ago • 0 comments

  1. Deploy kubernetes cluster
# Get kk
curl -sfL https://get-kk.kubesphere.io | sh -
# or
export KKZONE=cn; curl -sfL https://get-kk.kubesphere.io | sh -

# Deploy cluster
./kk create cluster --with-local-storage
  1. Deploy KubeSphere
kubectl apply -f https://raw.githubusercontent.com/kubesphere/ks-installer/release-3.1/deploy/kubesphere-installer.yaml
kubectl apply -f https://raw.githubusercontent.com/kubesphere/ks-installer/release-3.1/deploy/cluster-configuration.yaml

pixiake avatar Jun 18 '21 11:06 pixiake