parent
c3fee5a31b
commit
ff204b1d10
|
|
@ -143,7 +143,6 @@
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
配置免密:
|
配置免密:
|
||||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/auto_ssh_auth_setup.sh |bash -s -- --file=/opt/ip.txt --user=root --passwd=xxxx
|
|
||||||
#注:ip.txt
|
#注:ip.txt
|
||||||
cat > /opt/ip.txt << EOF
|
cat > /opt/ip.txt << EOF
|
||||||
192.168.61.132
|
192.168.61.132
|
||||||
|
|
@ -151,6 +150,7 @@ cat > /opt/ip.txt << EOF
|
||||||
192.168.61.134
|
192.168.61.134
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
cd /opt/ && wget -qO- http://116.205.97.109/scripts/auto_ssh_auth_setup.sh |bash -s -- --file=/opt/ip.txt --user=root --passwd=xxxx
|
||||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-ubuntu-init.sh | bash #系统初始化
|
cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-ubuntu-init.sh | bash #系统初始化
|
||||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/containerd.sh |bash -s -- --install --version '1.7.28-1' #containerd 安装(所有节点执行)
|
cd /opt/ && wget -qO- http://116.205.97.109/scripts/containerd.sh |bash -s -- --install --version '1.7.28-1' #containerd 安装(所有节点执行)
|
||||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-base-setup.sh |bash -s -- --install --version '1.30.5' #k8s基础组件(所有节点执行)
|
cd /opt/ && wget -qO- http://116.205.97.109/scripts/k8s-base-setup.sh |bash -s -- --install --version '1.30.5' #k8s基础组件(所有节点执行)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue