Skip to content

离线部署

Lework edited this page Apr 20, 2021 · 1 revision

离线部署

wget http://kainstall.oss-cn-shanghai.aliyuncs.com/1.21.0/centos7.tgz

bash -c "$(curl -sSL https://cdn.jsdelivr.net/gh/lework/kainstall@master/kainstall.sh)"  \
  - init \
  --master 192.168.77.130,192.168.77.131,192.168.77.132 \
  --worker 192.168.77.133,192.168.77.134,192.168.77.135 \
  --user root \
  --password 123456 \
  --port 22 \
  --version 1.21.0 \
  --offline-file centos7.tgz 

更多离线包: kainstall-offline 仓库

Clone this wiki locally