k8s1.15.2 icon indicating copy to clipboard operation
k8s1.15.2 copied to clipboard

bug fix

Open YitianJiang opened this issue 4 years ago • 0 comments

这里有一个bug 279行在slave上执行shell脚本的时候没有用sh filename的方式,提示权限不够 slave加入不成功

这一行: scp base.config hwclock_ntp.sh node_install_k8s.sh ssh_trust_init.exp ssh_trust_add.exp root@$host:/root && scp /etc/hosts root@$host:/etc/hosts && ssh root@$host "hostnamectl set-hostname $hostname$num" && ssh root@$host /root/hwclock_ntp.sh && ssh root@$host /root/node_install_k8s.sh && ssh root@$host "rm -rf base.config node_install_k8s.sh ssh_trust_init.exp ssh_trust_add.exp hwclock_ntp.sh"

YitianJiang avatar Mar 23 '20 09:03 YitianJiang