参考官方文档:https://kubesphere.com.cn/docs/zh-CN/installation/all-in-one/
1. 准备安装包
# 安装包下载到/usr/local/jenkins目录下
cd /usr/local
mkdir jenkins
cd jenkins/
curl -L https://kubesphere.io/download/stable/v2.1.1 > installer.tar.gz && tar -zxf installer.tar.gz && cd kubesphere-all-v2.1.1/scripts
2. 安装 KubeSphere
进入到安装目录,执行 install.sh脚本
./install.sh