Bug 1823967
Summary: | k8s.gcr.io/pause:3.1 is in use as a pause container sometimes | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Ryan Phillips <rphillips> |
Component: | Node | Assignee: | Peter Hunt <pehunt> |
Node sub component: | CRI-O | QA Contact: | Sunil Choudhary <schoudha> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | urgent | CC: | aos-bugs, decarr, fshaikh, jhou, jokerman, kgarriso, mpatel, scuppett, umohnani, yanyang |
Version: | 4.5 | ||
Target Milestone: | --- | ||
Target Release: | 4.6.0 | ||
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: | 2020-10-27 15:57:47 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1844276 |
Description
Ryan Phillips
2020-04-14 22:12:03 UTC
A test needs to be written so we do not regress. Pod infra container image is set to openshift release image from quay.io $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.6.0-0.nightly-2020-06-09-101928 True False 6m27s Cluster version is 4.6.0-0.nightly-2020-06-09-101928 $ oc get nodes NAME STATUS ROLES AGE VERSION ip-10-0-131-204.us-east-2.compute.internal Ready worker 17m v1.18.3+a637491 ip-10-0-154-245.us-east-2.compute.internal Ready master 29m v1.18.3+a637491 ip-10-0-169-119.us-east-2.compute.internal Ready worker 17m v1.18.3+a637491 ip-10-0-174-32.us-east-2.compute.internal Ready master 29m v1.18.3+a637491 ip-10-0-192-208.us-east-2.compute.internal Ready master 29m v1.18.3+a637491 ip-10-0-197-132.us-east-2.compute.internal Ready worker 17m v1.18.3+a637491 $ oc debug node/ip-10-0-131-204.us-east-2.compute.internal Starting pod/ip-10-0-131-204us-east-2computeinternal-debug ... To use host binaries, run `chroot /host` Pod IP: 10.0.131.204 If you don't see a command prompt, try pressing enter. sh-4.2# chroot /host sh-4.4# journalctl -u kubelet | grep -i pod-infra-container-image Jun 09 14:41:51 ip-10-0-131-204 hyperkube[1461]: I0609 14:41:51.883261 1461 flags.go:33] FLAG: --pod-infra-container-image="quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:5c12b0ffaa08b00f1a46e879b72513dca7cc28ce2b361f6d5f0496fca21e3eb3" Jun 09 14:41:51 ip-10-0-131-204 hyperkube[1461]: W0609 14:41:51.885506 1461 server.go:192] Warning: For remote container runtime, --pod-infra-container-image is ignored in kubelet, which should be set in that remote runtime instead Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.6 GA Images), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4196 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |