Commit 74d814b3 by tingweiwang

Update deploy-gpu-k8s.sh

1 parent b56c3636
Showing with 1 additions and 1 deletions
...@@ -118,7 +118,7 @@ EOF ...@@ -118,7 +118,7 @@ EOF
modprobe br_netfilter && /sbin/sysctl -p && echo "sysctl set OK!!" modprobe br_netfilter && /sbin/sysctl -p && echo "sysctl set OK!!"
echo "make k8s dir success" echo "make k8s dir success"
echo "+++++++++++++++++++++++++++++change bash++++++++++++++++++++++++++++++" echo "+++++++++++++++++++++++++++++change bash++++++++++++++++++++++++++++++"
rm -rf /bin/sh && ln -s /bin/bash /bin/sh rm /bin/sh && ln -s /bin/bash /bin/sh
sleep 3 sleep 3
###################################################安装etcd################################## ###################################################安装etcd##################################
ansible master -m shell -a "mkdir /opt/kubernetes/{cfg,ssl,bin,log} -pv" ansible master -m shell -a "mkdir /opt/kubernetes/{cfg,ssl,bin,log} -pv"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!