ks-installer
ks-installer copied to clipboard
How to get the latest build of KubeSphere v3.1.x
- 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
- 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