Rancher入门到精通- 记一次服务器断电 rancher server及k8s集群恢复问题排查过程 crypto/bcrypt: hashedPassword is not the hash

 

庚子天祸 云主机挂了重启docker 没有重启导致服务全挂了 不要慌 服务器/rancher/k8s/docker逐层分析

周末突然服务不能访问了,天了个撸,

发先rancher server 开始打开不了,一会儿能打开,但是登录不了;

于是进rancher 服务器执行

kubectl get nodes 

发现节点都正常

kubectl get pods --all-namespaces

pods 也正常

Rancher入门到精通- 记一次服务器断电 rancher server及k8s集群恢复问题排查过程 crypto/bcrypt: hashedPassword is not the hash_第1张图片

 

进入业务k8s 容器发现

kubectl get nodes 失败

docker ps -a 发现 docker没有启动

于是将 节点的docker 重新启动

业务恢复

问题原因: 云主机重启,docker没有启动

解决方法: 配置docker 开机自动重启

sudo systemctl enable docker
Created symlink from /etc/systemd/system/multi-user.target.wants/docke

你可能感兴趣的:(Rancher入门到精通)