Bug 1894345
Summary: | oauth-apiserver logs many "[SHOULD NOT HAPPEN] failed to update managedFields for ... OAuthClient ... no corresponding type for oauth.openshift.io/v1, Kind=OAuthClient" | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Xingxing Xia <xxia> |
Component: | oauth-apiserver | Assignee: | Maru Newby <mnewby> |
Status: | CLOSED ERRATA | QA Contact: | pmali |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.6 | CC: | aos-bugs, mfojtik |
Target Milestone: | --- | ||
Target Release: | 4.6.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1894342 | Environment: | |
Last Closed: | 2020-12-14 13:50:52 UTC | Type: | --- |
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: | 1894342 | ||
Bug Blocks: |
Description
Xingxing Xia
2020-11-04 05:09:12 UTC
This bug is pre-merged verified according to DPTP-660, Here is the verification steps: Marking as verified as oauth-apiserver logs does not contain the string "SHOULD NOT HAPPEN". $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.6.0-0.ci.test-2020-11-09-035951-ci-ln-dfpcq5b True False 5m21s Cluster version is 4.6.0-0.ci.test-2020-11-09-035951-ci-ln-dfpcq5b $ oc get pod -n openshift-oauth-apiserver NAME READY STATUS RESTARTS AGE apiserver-69964b85bc-8v8t7 1/1 Running 0 33m apiserver-69964b85bc-cl96b 1/1 Running 0 33m apiserver-69964b85bc-rkzmv 1/1 Running 0 33m $ oc logs apiserver-69964b85bc-8v8t7 -n openshift-oauth-apiserver > oauth-apiserver-f6d8b6c75-5p5wh.log $ grep "SHOULD NOT HAPPEN" oauth-apiserver-f6d8b6c75-5p5wh.log $ grep "SHOULD NOT HAPPEN.*OAuthClient" oauth-apiserver-f6d8b6c75-5p5wh.log 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.6.8 security and 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/RHSA-2020:5259 |