Bug 2024642
| Summary: | Bump to latest available 1.21.8 k8s | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Thomas Jungblut <tjungblu> |
| Component: | kube-apiserver | Assignee: | Josef Karasek <jkarasek> |
| Status: | CLOSED ERRATA | QA Contact: | Ke Wang <kewang> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.8 | CC: | aos-bugs, jkarasek, mfojtik, wking, wlewis, xxia |
| Target Milestone: | --- | ||
| Target Release: | 4.8.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | LifecycleReset | ||
| Fixed In Version: | Doc Type: | Release Note | |
| Doc Text: |
This fix contains the following changes coming from updated version of kubernetes from 1.21.6 up to v1.21.8:
Changelog for v1.21.7:
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.21.md#changelog-since-v1217
Changelog for v1.21.8:
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.21.md#changelog-since-v1218
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-03-16 11:30:09 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: | 2024643 | ||
| Bug Blocks: | 2024640, 2042175 | ||
|
Description
Thomas Jungblut
2021-11-18 14:59:22 UTC
This bug hasn't had any activity in the last 30 days. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're marking this bug as "LifecycleStale" and decreasing the severity/priority. If you have further information on the current state of the bug, please update it, otherwise this bug can be closed in about 7 days. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. Additionally, you can add LifecycleFrozen into Whiteboard if you think this bug should never be marked as stale. Please consult with bug assignee before you do that. The LifecycleStale keyword was removed because the needinfo? flag was reset. The bug assignee was notified. Verification steps:
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.8.0-0.nightly-2022-03-05-052841 True False 21m Cluster version is 4.8.0-0.nightly-2022-03-05-052841
Check the kubelet version as below,
$ oc get no
NAME STATUS ROLES AGE VERSION
ci-ln-37wyfmb-72292-fdkjv-master-0 Ready master 42m v1.21.8+8a3bf4a
ci-ln-37wyfmb-72292-fdkjv-master-1 Ready master 42m v1.21.8+8a3bf4a
ci-ln-37wyfmb-72292-fdkjv-master-2 Ready master 41m v1.21.8+8a3bf4a
ci-ln-37wyfmb-72292-fdkjv-worker-a-sqfjl Ready worker 31m v1.21.8+8a3bf4a
ci-ln-37wyfmb-72292-fdkjv-worker-b-9km4v Ready worker 31m v1.21.8+8a3bf4a
ci-ln-37wyfmb-72292-fdkjv-worker-c-5hvmz Ready worker 31m v1.21.8+8a3bf4a
Check the kube-apiserer version as below,
$ oc get co/kube-apiserver -o yaml | grep -A1 '\- name: kube-apiserver'
- name: kube-apiserver
version: 1.21.8
Check Kubernetes version as below,
$ oc version
Client Version: 4.9.0-0.nightly-2021-11-18-000209
Server Version: 4.8.0-0.nightly-2022-03-05-052841
Kubernetes Version: v1.21.8+8a3bf4a
See above, Kubernetes is updated to 1.21.8. As for functional tests, have to rely on QE's daily schedule regression tests. During the tests, if there will be issue hit on any component related to the rebase, separate bug should be filed. Move the bug VERIFIED.
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.8.34 bug fix 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/RHBA-2022:0795 |