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

Bug 1957894

Summary: In k8s 1.21 bump Container Runtime blackbox test when running a container with a new image should be able to pull from private registry with secret is disabled
Product: OpenShift Container Platform Reporter: Maciej Szulik <maszulik>
Component: Test FrameworkAssignee: Devan Goodwin <dgoodwin>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.8CC: aos-bugs, rphillips
Target Milestone: ---Keywords: Reopened
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: 2022-02-28 18:29:12 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 Maciej Szulik 2021-05-06 17:59:41 UTC
In https://github.com/openshift/origin/pull/26054 we temporarily disabled the following tests:

[sig-node] Container Runtime blackbox test when running a container with a new image should be able to pull from private registry with secret [NodeConformance] 

example failures can be noticed in:

https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/26054/pull-ci-openshift-origin-master-e2e-metal-ipi-ovn-ipv6/1390271717254893568

Comment 1 Ryan Phillips 2021-05-06 22:11:30 UTC
kubelet_pods.go:895] "Unable to retrieve pull secret, the image pull may not succeed." pod="e2e-security-context-test-2330/alpine-nnp-false-fe95d3c2-ac0a-4f5d-a66d-76d0e8119ffa" secret="" err="object \"e2e-security-context-test-2330\"/\"default-dockercfg-vgjtl\" not registered" 

in https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-ci-test/pr-logs/pull/26054/pull-ci-openshift-origin-master-e2e-metal-ipi-ovn-ipv6/1390271717254893568/artifacts/e2e-metal-ipi-ovn-ipv6/gather-extra/artifacts/nodes/worker-0.ostest.test.metalkube.org/journal

Comment 2 Ryan Phillips 2021-05-12 16:16:52 UTC
https://github.com/openshift/origin/pull/26154 Test Pr to enable the test again

Comment 7 Maciej Szulik 2021-05-27 10:42:23 UTC
The test is currently disabled in openshift/origin per the PR from description, specifically this line:

https://github.com/openshift/origin/blob/a05d969809318bed5a98c5c19773a7e97ba4151c/test/extended/util/annotate/rules.go#L63-L64