Description of problem: Switch to v1beta1 for the priority and fairness APIs. https://github.com/openshift/cluster-network-operator/pull/920/files#r552553510
Clarification: - We should change the API version of the p&f rules to 'v1beta1' in 4.8. - For 4.7, let's leave the version to 'v1alpha1' We support upgrade and downgrade: 4.7 to 4.6 downgrade would behave very badly (in a skew case). So as far as 4.7 is concerned, we don't need to do anything for this and I have set the target release to blank since I don't see a 4.8 yet.
OK, I am holding off the PR in that case, until after code freeze.
changing the version to 4.8, as it applies to 4.8 only.
setting the target release to 4.8 now.
Verified this bug on 4.8.0-0.nightly-2021-02-21-102854 #oc get FlowSchema openshift-sdn -o yaml apiVersion: flowcontrol.apiserver.k8s.io/v1beta1 kind: FlowSchema metadata: annotations: include.release.openshift.io/self-managed-high-availability: "true" creationTimestamp: "2021-02-22T06:01:58Z" generation: 1 managedFields: - apiVersion: flowcontrol.apiserver.k8s.io/v1beta1 #oc get FlowSchema openshift-ovn-kubernetes -o yaml | grep apiVersion apiVersion: flowcontrol.apiserver.k8s.io/v1beta1 - apiVersion: flowcontrol.apiserver.k8s.io/v1beta1 f:apiVersion: {} - apiVersion: operator.openshift.io/v1
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