摘要:
k8集群未启动,报错信息如下 The connection to the server 192.168.37.201:6443 was refused - did you specify the right host or port? 首先查看systemctl status kubelet.ser 阅读全文
摘要:
#!/bin/bash for i in `cat /root/soft/ip.txt` do /usr/bin/expect << EOF spawn /usr/bin/ssh root@$i expect { "UNIX password" { send "Huawei@123\r" } } e 阅读全文