Hide Forgot
Description of problem: The APIService v1.quota.openshift.io constantly changes (every second or so). Something always sets the groupPriorityMinimum to 9900 and versionPriority to 15 but couple of milliseconds later something changes it back to 1000/100. And this repeated indefinitely. This is actually this piece of code https://github.com/openshift/cluster-openshift-apiserver-operator/blob/master/pkg/operator/workloadcontroller/workload_controller_openshiftapiserver_v311_00.go#L332-L351 fighting with this piece of code https://github.com/openshift/origin/blob/master/vendor/k8s.io/kubernetes/pkg/master/controller/crdregistration/crdregistration_controller.go#L216-L224 . Version-Release number of selected component (if applicable): 4.1 How reproducible: Always in master. Additional info: This was caused by moving the ClusterResourceQuota to CRD. Right now the CRD controller fight with the operator to set the correct priorities.
PR: https://github.com/openshift/origin/pull/22573/files
Verified in 4.1.0-0.nightly-2019-04-18-210657 : oc get apiservice v1.quota.openshift.io -o=custom-columns="gpm:.spec.groupPriorityMinimum,vp:.spec.versionPriority" -w # It does not change in the watch. gpm vp 9900 15
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, 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-2019:0758