kubelet fails to start with rocket kubelet fails to start with rocket kubernetes kubernetes

kubelet fails to start with rocket


The error message Container runtime status is nil indicates a problem where kubelet falsely thinks that the container runtime is not up. This would make kubelet report that the node is not ready. You can verify this by checking kubectl describe node <node_name> to see the node's current status. I created this patch to fix the bug. Hopefully the fix will make the kubernetes 1.6.2 release.