Description of problem: https://github.com/openshift/openshift-apiserver/pull/95 describes a blocker for the 1.19 rebase of openshift-apiserver: upstream k8s.io/apiserver has removed reflection based conversions for performance and correctness reasons (the reflection based conversion was never completely correct). Openshift-apiserver makes use of the old behaviour and we have to fix all API groups. This bug is about the following API group (the others are assigned to dependent bugs): oauth project user security quota
Work in progress.
This is still work in progress... busy with other fires and TRT work. I will come back to this next week.
The bug related PRs have been loaded to the latest OCP build. $ oc adm release info --commits registry.svc.ci.openshift.org/ocp/release:4.6.0-0.nightly-2020-09-15-063156 | grep openshift-apiserver openshift-apiserver https://github.com/openshift/openshift-apiserver 6159c04cbc1b3590f872c78eda3cd14bd6b1e87e $ git log 6159c04cb | grep -E ' #132 | #133 | #134 ' Merge pull request #134 from p0lyn0mial/bump-openshift-apiserver-to-1-19 Merge pull request #133 from p0lyn0mial/bump-to-golang-1-14 Merge pull request #132 from p0lyn0mial/rebase-19-from-mfojtik $ oc version -o yaml clientVersion: buildDate: "2020-09-04T06:40:10Z" compiler: gc gitCommit: f2a4a0375cc7b0eacb5467a0214303983e1151d6 gitTreeState: clean gitVersion: 4.6.0-202009040605.p0-f2a4a03 goVersion: go1.14.4 major: "" minor: "" platform: linux/amd64 openshiftVersion: 4.6.0-0.nightly-2020-09-15-063156 serverVersion: buildDate: "2020-09-12T21:57:40Z" compiler: gc gitCommit: 35ab7c5750d948921201e2f38167a20e88c05f13 gitTreeState: clean gitVersion: v1.19.0+35ab7c5 goVersion: go1.14.7 major: "1" minor: "19" platform: linux/amd64
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.6 GA Images), 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-2020:4196