Today, while trying to ssh login to one container, I received a connection refused message. The container was given a root password and a pub.key during creation. I accessed via tty from host and realized that the sshd service has completely disappeared.
After that I inspected and found that 4 more containers had the same problem. Those are normal privileged containers and there are 3 more like them on the same node that hadn't lost it's shh.
Containers on other nodes doesn't seem affected.
I think I remember an update entered this week, but I can't remember for sure.
Now I'm concerned about those containers had lost something else that I don't know. Like losing a whole build layer or anything like that.
How I can properly diagnose and repair the fault?
After that I inspected and found that 4 more containers had the same problem. Those are normal privileged containers and there are 3 more like them on the same node that hadn't lost it's shh.
Containers on other nodes doesn't seem affected.
I think I remember an update entered this week, but I can't remember for sure.
Now I'm concerned about those containers had lost something else that I don't know. Like losing a whole build layer or anything like that.
How I can properly diagnose and repair the fault?