-
Bug
-
Resolution: Done
-
Minor
-
4.12.0
-
None
-
Moderate
-
None
-
uShift Sprint 232, uShift Sprint 233
-
2
-
Rejected
-
False
-
Description of problem:
Many errors 'microshift[1953]: kube-apiserver E1026 04:14:14.866865 1953 reflector.go:138] github.com/openshift/client-go/quota/informers/externalversions/factory.go:101: Failed to watch *v1.ClusterResourceQuota: failed to list *v1.ClusterResourceQuota: the server could not find the requested resource (get clusterresourcequotas.quota.openshift.io)' in MicroShift log file.
Version-Release number of selected component (if applicable):
$ microshift version MicroShift Version: 4.12.0-0.microshift-unknown Base OCP Version: 4.12.0-0.nightly-2022-09-25-071630
How reproducible:
Always
Steps to Reproduce:
1.$ journalctl -b -u microshift > microshift.log 2.$ grep -i E1026 microshift.log | grep 'the server could not find the requested resource' | grep clusterresourcequotas | wc -l 285 3. grep -i E1026 microshift.log | grep 'the server could not find the requested resource' | head -1 Oct 26 00:52:43 dhcp-1-235-123.xxx.xxx.com microshift[1953]: kube-apiserver E1026 00:52:43.682706 1953 reflector.go:138] github.com/openshift/client-go/quota/informers/externalversions/factory.go:101: Failed to watch *v1.ClusterResourceQuota: failed to list *v1.ClusterResourceQuota: the server could not find the requested resource (get clusterresourcequotas.quota.openshift.io)
Actual results:
The api clusterresourcequotas.quota.openshift.io is removed, don't observe could not find the requested resource *v1.ClusterResourceQuota
Expected results:
No above errors in log of MicroShift.
Additional info:
- is duplicated by
-
USHIFT-410 Informers of disabled APIs are still enabled
-
- Closed
-
-
USHIFT-427 clusterresourcequota and user informers shouldn't be started if not used
-
- Closed
-
- links to