https://rancher.com/ logo
Title
c

clever-insurance-23287

01/20/2023, 8:43 PM
Do you have ay pointers on how to proceed with debugging ? A few days ago we upgraded to K8S 1.24 and also added a few nodes. Everything was fine until a physical reboot. For the control plane we have 3 nodes with controlplane and etcd roles. Two of them are operating without errors and one of them with exactly the same error as the workers
m

microscopic-diamond-94749

01/21/2023, 12:42 PM
you need to figure out why none of the other containers are starting. usually it's an issue with the Kubelet, any containers
docker ps -a
that have exited where an error is more meaningful?