Bug 1821997
Summary: | cri-o version in RHCOS is older than that in RHEL | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Yang Yang <yanyang> |
Component: | RHCOS | Assignee: | Micah Abbott <miabbott> |
Status: | CLOSED ERRATA | QA Contact: | Yang Yang <yanyang> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 4.5 | CC: | bbreard, imcleod, jialiu, jligon, nstielau, schoudha |
Target Milestone: | --- | Keywords: | Reopened, TestBlocker |
Target Release: | 4.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: Incorrect version of cri-o included as part of RHCOS 4.5
Consequence: RHCOS nodes using wrong version of cri-o when compared to RHEL nodes
Fix: Include cri-o 1.18 as part of RHCOS 4.5
Result: All nodes using correct version of cri-o
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-13 17:26:08 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
Yang Yang
2020-04-08 03:20:16 UTC
In mix rhcos and rhel worker cluster testing, keep consistent cri-o verison is an important test point in QE's testing, this is blocking QE's testing. I am not sure we should use lower version of cri-o in RHEL worker, or bump up version of cri-o in rhcos? Adding "testblocker" keyword. I'm not sure how RHEL worker nodes are getting `cri-o` 1.18...there is no 1.18 build available in Brew yet. That version string being reported looks like the version of kubernetes. Please check the output of `rpm -q cri-o` on the RHEL worker nodes to confirm the version of the `cri-o` package. The current expectation is that RHCOS and RHEL are using the same 1.17 version of `cri-o`. Closing as NOTABBUG; please re-open if you can confirm the RHEL nodes have a different `cri-o` RPM installed. The RHEL actually requires cri-o 1.18 but the 1.18 build is not available yet. We have a bz against release, please check out Bug 1821567 - cri-o-1.18 required by AOS4.5 RHEL scaleup is not found. Re-opening it. We can close it if RHEL reverts to 1.17. Changing this to low pri/sev because it should be pretty obvious when the 1.18 builds are available and RHCOS should pick them up automagically. Install a cluster with 4.5.0-0.nightly-2020-04-21-040933. # oc get node -o wide NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME yanyan-n4b5h-m-0.c.openshift-qe.internal Ready master 24h v1.18.0-rc.1 10.0.0.5 Red Hat Enterprise Linux CoreOS 45.81.202004210032-0 (Ootpa) 4.18.0-147.8.1.el8_1.x86_64 cri-o://1.18.0-3.dev.rhaos4.5.git2cef6c3.el8-rc2 RHCOS installs 1.18 build hence move it to verified state. 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:2409 |