Bug 2022281
| Summary: | Bump to latest available 1.22.3 k8s | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Thomas Jungblut <tjungblu> |
| Component: | kube-apiserver | Assignee: | Thomas Jungblut <tjungblu> |
| Status: | CLOSED ERRATA | QA Contact: | Ke Wang <kewang> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.9 | CC: | aos-bugs, mfojtik, xxia |
| Target Milestone: | --- | ||
| Target Release: | 4.9.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: |
This fix contains the following changes coming from updated version of kubernetes up to v1.22.3:
Changelog for v1.22.3:
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.22.md#v1223
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-11-29 10:53:41 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: | 2022265 | ||
|
Description
Thomas Jungblut
2021-11-11 09:21:04 UTC
Verification steps,
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.9.0-0.nightly-2021-11-23-170427 True False 5m20s Cluster version is 4.9.0-0.nightly-2021-11-23-170427
$ oc get no
NAME STATUS ROLES AGE VERSION
ci-ln-p1cs68b-72292-tr28n-master-0 Ready master 21m v1.22.3+4dd1b5a
ci-ln-p1cs68b-72292-tr28n-master-1 Ready master 21m v1.22.3+4dd1b5a
ci-ln-p1cs68b-72292-tr28n-master-2 Ready master 21m v1.22.3+4dd1b5a
ci-ln-p1cs68b-72292-tr28n-worker-a-8swdq Ready worker 12m v1.22.3+4dd1b5a
ci-ln-p1cs68b-72292-tr28n-worker-b-jcbj2 Ready worker 12m v1.22.3+4dd1b5a
ci-ln-p1cs68b-72292-tr28n-worker-c-2z76q Ready worker 12m v1.22.3+4dd1b5a
$ oc get co/kube-apiserver -o yaml | grep -A1 '\- name: kube-apiserver'
- name: kube-apiserver
version: 1.22.3
$ oc version
Client Version: 4.9.0-0.nightly-2021-11-18-000209
Server Version: 4.9.0-0.nightly-2021-11-23-170427
Kubernetes Version: v1.22.3+4dd1b5a
See above, Kubernetes is updated to 1.22.3. 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.9.9 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-2021:4834 |