Kubelet Fails to Run in Worker Node After Recreate
search cancel

Kubelet Fails to Run in Worker Node After Recreate

book

Article ID: 298685

calendar_today

Updated On:

Products

VMware Tanzu Kubernetes Grid Integrated Edition

Issue/Introduction

In the kubelet.stderr.log, you may see errors similar to this:

 

E0621 12:19:58.661035 10468 nodelease.go:49] failed to get node "8c472468-d04e-4b27-a70b-e73adfd93fdf" when trying to set owner ref to the node lease: nodes "8c472468-d04e-4b27-a70b-e73adfd93fdf" not found 
W0621 12:19:58.688856 10468 setters.go:198] replacing cloudprovider-reported hostname of 8c472468-d04e-4b27-a70b-e73adfd93fdf with overridden hostname of 172.24.19.7
E0621 12:19:58.723721 10468 kubelet.go:2268] node "8c472468-d04e-4b27-a70b-e73adfd93fdf" not found F0621 12:19:58.726117 10468 kubelet.go:1372] Failed to start ContainerManager failed to build map of initial containers from runtime: no PodsandBox found with Id '04b3c9e7b78cf7c50e24154e85a83b04c6716a845027c1549e52bbfe54492c51' 

 

This is due to issues with the docker cache.


Environment

Product Version: 1.11

Resolution

To resolve, backup and remove /var/vcap/store/docker directory, then restart docker process. The kubelet should come up after that.