-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
None
-
None
-
False
-
-
False
-
uShift Sprint 227
-
Moderate
The Microshift log shows the following messages:
E0916 11:47:03.888087 165426 kube-apiserver 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) E0916 11:47:03.890723 165426 kube-apiserver apiaccess_count_controller.go:129] the server could not find the requested resource (get apirequestcounts.apiserver.openshift.io) W0916 11:47:03.893660 165426 kube-apiserver reflector.go:324] github.com/openshift/client-go/user/informers/externalversions/factory.go:101: failed to list *v1.Group: the server could not find the requested resource (get groups.user.openshift.io) E0916 11:47:03.893685 165426 kube-apiserver reflector.go:138] github.com/openshift/client-go/user/informers/externalversions/factory.go:101: Failed to watch *v1.Group: failed to list *v1.Group: the server could not find the requested resource (get groups.user.openshift.io) W0916 11:47:05.096395 165426 kube-apiserver reflector.go:324] github.com/openshift/client-go/user/informers/externalversions/factory.go:101: failed to list *v1.Group: the server could not find the requested resource (get groups.user.openshift.io) E0916 11:47:05.096422 165426 kube-apiserver reflector.go:138] github.com/openshift/client-go/user/informers/externalversions/factory.go:101: Failed to watch *v1.Group: failed to list *v1.Group: the server could not find the requested resource (get groups.user.openshift.io) W0916 11:47:05.357807 165426 kube-apiserver reflector.go:324] github.com/openshift/client-go/quota/informers/externalversions/factory.go:101: failed to list *v1.ClusterResourceQuota: the server could not find the requested resource (get clusterresourcequotas.quota.openshift.io) E0916 11:47:05.357849 165426 kube-apiserver 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)
The user and clusterresourcequota API endpoints are disabled, but informers still try to watch those objects. If we want to keep a clean MicroShift log output, we should disable those.
- duplicates
-
OCPBUGS-2869 Don't observe could not find the requested resource *v1.ClusterResourceQuota
- Closed