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

How to create KubeSphere v3.2.0-alpha.0

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.2/deploy/kubesphere-installer.yaml
kubectl apply -f https://raw.githubusercontent.com/kubesphere/ks-installer/release-3.2/deploy/cluster-configuration.yaml

pixiake avatar Sep 18 '21 06:09 pixiake