Microservices not in ready state due to kube-router in ErrImagePullErr
Modified on: Fri, 17 Nov 2023 1:14 PMOriginal Publishing Date:
2023-05-17
2023-05-17
Symptoms
Multiple microservices is in CrashLoopBackOff status.
On kube-system namespace, kube-router pod is in ErrImagePullBackOff status.
Checking the event of the kube-router pod using kubectl describe pod we can see that the following message:
Warning Failed 5m41s (x3 over 6m24s) kubelet, link8s.cloud.local Failed to pull image "cloudnativelabs/kube-router": rpc error: code = Unknown desc = manifest for docker.io/cloudnativelabs/kube-router:latest not found
Warning Failed 5m2s (x5 over 6m23s) kubelet, link8s.cloud.local Error: ImagePullBackOff
Normal Pulling 4m47s (x4 over 6m25s) kubelet, link8s.cloud.local pulling image "cloudnativelabs/kube-router"
Warning Failed 4m45s (x4 over 6m24s) kubelet, link8s.cloud.local Error: ErrImagePull
Normal BackOff 84s (x19 over 6m23s) kubelet, link8s.cloud.local Back-off pulling image "cloudnativelabs/kube-router
Cause
Kubernetes cluster was not able to get the manifest of the latest kube-router.
Resolution
Downgrade kube-router to the last working version.
Firstly verify which version was working by using docker to pull the image:
Then set the working version in daemonset:
Restart kube-router pod afterwards if necessary.