Bug 2043721
Summary: | Installer bootstrap hosts using outdated kubelet containing bugs | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Devan Goodwin <dgoodwin> |
Component: | RHCOS | Assignee: | Micah Abbott <miabbott> |
Status: | CLOSED ERRATA | QA Contact: | Michael Nguyen <mnguyen> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 4.10 | CC: | bgilbert, dornelas, jligon, miabbott, mrussell, mstaeble, nstielau, wking |
Target Milestone: | --- | ||
Target Release: | 4.10.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: | 2022-03-10 16:41: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: | 2043297 | ||
Bug Blocks: |
Description
Devan Goodwin
2022-01-21 20:24:21 UTC
This bug has been reported fixed in a new RHCOS build and is ready for QE verification. To mark the bug verified, set the Verified field to Tested. This bug will automatically move to MODIFIED once the fix has landed in a new bootimage. Preverified on RHCOS 410.84.202201241447-0 [core@cosa-devsh ~]$ rpm-ostree status State: idle Deployments: ● ostree://064c92e49da0e5dd9dbc5ca8be7495ffb3f703e0f2c55c5b7a59d17d19d35a2b Version: 410.84.202201241447-0 (2022-01-24T14:51:10Z) [core@cosa-devsh ~]$ rpm -qa | grep kube openshift-hyperkube-4.10.0-202201230027.p0.g06791f6.assembly.stream.el8.x86_64 [core@cosa-devsh ~]$ kubelet --version Kubernetes v1.23.0+06791f6 The fix for this bug has landed in a bootimage bump, as tracked in bug 2043297 (now in status MODIFIED). Moving this bug to MODIFIED. Verified on 4.10.0-0.nightly-2022-02-02-000921 $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.10.0-0.nightly-2022-02-02-000921 True False 3m50s Cluster version is 4.10.0-0.nightly-2022-02-02-000921 $ oc get nodes NAME STATUS ROLES AGE VERSION ci-ln-b7fit7k-72292-4wkqh-master-0 Ready master 23m v1.23.3+b63be7f ci-ln-b7fit7k-72292-4wkqh-master-1 Ready master 23m v1.23.3+b63be7f ci-ln-b7fit7k-72292-4wkqh-master-2 Ready master 23m v1.23.3+b63be7f ci-ln-b7fit7k-72292-4wkqh-worker-a-82gp9 Ready worker 16m v1.23.3+b63be7f ci-ln-b7fit7k-72292-4wkqh-worker-b-fvvls Ready worker 14m v1.23.3+b63be7f ci-ln-b7fit7k-72292-4wkqh-worker-c-jnrnq Ready worker 14m v1.23.3+b63be7f $ oc debug node/ci-ln-b7fit7k-72292-4wkqh-worker-a-82gp9 Starting pod/ci-ln-b7fit7k-72292-4wkqh-worker-a-82gp9-debug ... To use host binaries, run `chroot /host` If you don't see a command prompt, try pressing enter. sh-4.2# chroot /host sh-4.4# kubelet --version Kubernetes v1.23.3+b63be7f 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 (Moderate: OpenShift Container Platform 4.10.3 security update), 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/RHSA-2022:0056 |