Bug 1949050
| Summary: | Bump k8s to latest 1.21 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Maciej Szulik <maszulik> |
| Component: | oc | Assignee: | Maciej Szulik <maszulik> |
| Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.7 | CC: | aos-bugs, jokerman, mfojtik |
| Target Milestone: | --- | ||
| Target Release: | 4.8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-07-27 23:00: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
Maciej Szulik
2021-04-13 10:26:49 UTC
This will be used for bumping oc to k8s 1.21.1, back to post. Checked with oc repo , the related PR has merged:
[root@localhost ~]# oc version --client -o yaml
clientVersion:
buildDate: "2021-05-28T14:17:11Z"
compiler: gc
gitCommit: 9dd45e3df916ad4d21c536315818663a051d178e
gitTreeState: clean
gitVersion: 4.8.0-202105281416.p0.git.9dd45e3.assembly.stream-9dd45e3
goVersion: go1.16.1
major: ""
minor: ""
platform: linux/amd64
[root@localhost oc]# git log 9dd45e3df916ad4d21c536315818663a051d178e |grep "#831"
Merge pull request #831 from soltysh/k8s_1.21.1
check for KCM:
[root@localhost ~]# oc describe po/kube-controller-manager-operator-7944d99ff5-9v6lm
....
OPERATOR_IMAGE_VERSION: 4.8.0-0.nightly-2021-05-29-114625
OPERAND_IMAGE_VERSION: 1.21.1
POD_NAME: kube-controller-manager-operator-7944d99ff5-9v6lm (v1:metadata.name)
[root@localhost ~]# oc logs -f po/kube-controller-manager-ip-10-0-159-8.us-east-2.compute.internal
....
I0531 01:01:38.950104 1 controllermanager.go:187] Version: v1.21.0-rc.0+4b2b6ff
Check for KS:
[root@localhost ~]# oc describe po/openshift-kube-scheduler-operator-84db45479d-j287c
....
OPERATOR_IMAGE_VERSION: 4.8.0-0.nightly-2021-05-29-114625
OPERAND_IMAGE_VERSION: 1.21.1
POD_NAME: openshift-kube-scheduler-operator-84db45479d-j287c (v1:metadata.name)
[root@localhost ~]# oc logs po/openshift-kube-scheduler-ip-10-0-159-8.us-east-2.compute.internal
....
I0531 01:03:04.600700 1 server.go:147] Starting Kubernetes Scheduler version v1.21.0-rc.0+4b2b6ff
Refer https://bugzilla.redhat.com/show_bug.cgi?id=1950232#c2, move this to verified status . 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.8.2 bug fix and 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-2021:2438 |