mirror of https://github.com/easzlab/kubeasz.git
minor changes
parent
53773810cc
commit
a5ca100d82
|
@ -129,12 +129,12 @@ ssh-copy-id $IPs #$IPs为所有节点地址包括自身,按照提示输入yes
|
|||
|
||||
``` bash
|
||||
# 下载项目文件
|
||||
git clone https://github.com/gjmzj/kubeasz.git
|
||||
git clone https://github.com/gjmzj/kubeasz.git -b v1.8
|
||||
mv kubeasz /etc/ansible
|
||||
# 下载已打包好的binaries,并且解压缩到/etc/ansible/bin目录
|
||||
# 国内请从我分享的百度云链接下载 https://pan.baidu.com/s/1c4RFaA
|
||||
# 如果你有合适网络环境也可以按照/down/download.sh自行从官网下载各种tar包到 ./down目录,并执行download.sh
|
||||
tar zxvf k8s.190.tar.gz
|
||||
tar zxvf k8s.184.tar.gz
|
||||
mv bin/* /etc/ansible/bin
|
||||
# 配置ansible的hosts文件,并且根据上文实际规划修改此hosts文件
|
||||
cd /etc/ansible
|
||||
|
|
Loading…
Reference in New Issue