Bug 1564847
Summary: | The image tag of cri-o should be v3.9 instead of 3.9 while openshift_release is specified | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Gan Huang <ghuang> |
Component: | Installer | Assignee: | Scott Dodson <sdodson> |
Status: | CLOSED ERRATA | QA Contact: | Gan Huang <ghuang> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 3.9.0 | CC: | aos-bugs, jokerman, mmccomas, wmeng |
Target Milestone: | --- | Keywords: | TestBlocker |
Target Release: | 3.9.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: |
undefined
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-06-06 15:46:20 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
Gan Huang
2018-04-08 08:33:12 UTC
The root cause in the log is the following task: TASK [openshift_sanitize_inventory : Normalize openshift_release] ************** Monday 09 April 2018 04:48:40 -0400 (0:00:00.051) 0:00:03.028 ********** ok: [ec2-18-232-79-29.compute-1.amazonaws.com] => {"ansible_facts": {"openshift_release": "3.9"}, "changed": false, "failed": false} ok: [ec2-52-90-214-49.compute-1.amazonaws.com] => {"ansible_facts": {"openshift_release": "3.9"}, "changed": false, "failed": false} The openshift_release is overwritten to 3.9 without 'v' prefix. When I specify openshift_release=v3.9, consequently pause_image = "registry.reg-aws.openshift.com:443/openshift3/ose-pod:3.9" in /etc/crio/crio.conf. That lead all pods can't startup. This should be a very serious issue that's breaking the cri-o installation for 3.9. I think comment #3 should've been opened as a new bug since the rest of this bug describes system containers. Anyway, we need to fix the pause_image definition. https://github.com/openshift/openshift-ansible/blob/release-3.9/roles/container_runtime/defaults/main.yml#L140-L146 https://github.com/openshift/openshift-ansible/pull/8601 should fix this Verified in openshift-ansible-3.9.30-1.git.7.46f8678.el7.noarch 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-2018:1796 |