Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2025857

Summary: InspectFailed: kubelet Failed to inspect image: rpc error: code = DeadlineExceeded desc = context deadline exceeded
Product: OpenShift Container Platform Reporter: Swapnil Dalela <sdalela>
Component: NodeAssignee: Neelesh Agrawal <nagrawal>
Node sub component: Kubelet QA Contact: Sunil Choudhary <schoudha>
Status: CLOSED DUPLICATE Docs Contact:
Severity: unspecified    
Priority: unspecified CC: aos-bugs, harpatil, umohnani
Version: 4.8   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-11-24 08:39:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Swapnil Dalela 2021-11-23 08:32:33 UTC
Description of problem:

Noticing a lot of errors like the following in the kubelet when pods are in Pending state:

~~~
ImageInspectError: Failed to inspect image "registry.glouton.int.nbyt.fr/hashicorp/consul:latest": rpc error: code = DeadlineExceeded desc = context deadline exceeded
~~~

How reproducible:

Every time there are a lot of pending pods and also during the upgrade.

Actual results:

Pods start running without getting stuck in pending state

Expected results:

Pods are stuck in Pending state with the above mentioned error.


Additional info:

Found this bug which addresses the same issue:

https://bugzilla.redhat.com/show_bug.cgi?id=1965368