Bug 1770101
Summary: | Kubelet cannot pull k8s.gcr.io/pause:3.1 image on bootpstrap node | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> |
Component: | Node | Assignee: | Colin Walters <walters> |
Status: | CLOSED ERRATA | QA Contact: | Sunil Choudhary <schoudha> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 4.3.0 | CC: | adahiya, aos-bugs, bleanhar, gpei, jokerman, walters |
Target Milestone: | --- | Keywords: | Regression, TestBlocker |
Target Release: | 4.3.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-01-23 11:11:43 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: | 1741391 |
Description
Johnny Liu
2019-11-08 06:36:48 UTC
Colin, was the removal of the pause image logic in https://github.com/openshift/installer/pull/1768/files intentional? It wasn't removed, just moved right? That said, it could be broken...let me see. Ahh, correct, it was technically moved to crio-configure.sh.template. Does seem like there may be an issue. Thanks for taking a look! Just did a quick test with installer master, `systemctl status crio-configure` looks fine, and ``` $ grep pause_image /etc/crio/crio.conf pause_image = "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:e3f70f20ce6be55711b54bc266019d215963935779c178e52ea4bc717da58508" ``` also looks right. Oh but...I do see `k8s.gcr.io/pause` in `podman images`... And further, I *don't* see the configured pause image in `podman images`. This looks like crio is ignoring it...another config file compat issue? Possibly related to https://github.com/openshift/machine-config-operator/pull/1216 ? Some sort of crio config file format change? I did verify the cluster nodes look fine, so this is just the bootstrap. CRI-O defaults to 'k8s.gcr.io/pause:3.1" for the pause image when it doesn't find anything set for it in crio.conf or the --pause-image flag. So looks like something changed and the actual pause image value is not being set in the cri-o.conf over here for the bootstrap node. Verified this bug with 4.3.0-0.nightly-2019-11-12-000306, and PASS. 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, 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:0062 |