Bug 1917363 - e2e: should be able to pull image from docker hub is failing permanently
Summary: e2e: should be able to pull image from docker hub is failing permanently
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Node
Version: 4.3.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Ryan Phillips
QA Contact: Weinan Liu
URL:
Whiteboard:
Depends On: 1917416
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-01-18 10:56 UTC by Lukasz Szaszkiewicz
Modified: 2021-02-23 10:45 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1917416 (view as bug list)
Environment:
Last Closed: 2021-02-23 10:45:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Lukasz Szaszkiewicz 2021-01-18 10:56:20 UTC
[k8s.io] Container Runtime blackbox test when running a container with a new image should be able to pull image from docker hub [NodeConformance] [Suite:openshift/conformance/parallel] [Suite:k8s] from ci/prow/e2e-gcp job on 4.3 is broken permanently.


The test keeps failing because it is unable to download an image (permission denied) - I've opened https://github.com/openshift/origin/pull/25801 to debug it.

```
Jan 15 14:14:43.380: INFO: No.3 container not ready, err: expected container state: Running, got: "Waiting", details: msg = rpc error: code = Unknown desc = Error reading manifest 3.7 in quay.io/sjenning/alpine: unauthorized: access to the requested resource is not authorized, reason = ErrImagePull
Jan 15 14:14:44.398: INFO: No.3 container not ready, err: expected container state: Running, got: "Waiting", details: msg = Back-off pulling image "quay.io/sjenning/alpine:3.7", reason = ImagePullBackOff
```


The failing test is blocking other PRs from being merged into 4.3 branch (security fixes)


Note You need to log in before you can comment on or make changes to this bug.