You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E1214 09:29:03.747036 30369 resource_quota_controller.go:170] initial monitor sync has error: [couldn't start monitor for resource {"route.openshift.io" "v1" "routes"}: unable to monitor quota for resource "route.openshift.io/v1, Resource=routes", couldn't start monitor for resource {"image.openshift.io" "v1" "imagestreamtags"}: unable to monitor quota for resource "image.openshift.io/v1, Resource=imagestreamtags", couldn't start monitor for resource {"network.openshift.io" "v1" "egressnetworkpolicies"}: unable to monitor quota for resource "network.openshift.io/v1, Resource=egressnetworkpolicies"]
Seems to be related to our generic informer:
I1214 14:13:31.868263 18394 resource_quota_monitor.go:179] QuotaMonitor unable to use a shared informer for resource "route.openshift.io/v1, Resource=routes": no informer found for {route.openshift.io v1 routes}
Seems to not be breaking anything, just producing annoying logs, bumping priority.
The text was updated successfully, but these errors were encountered:
Automatic merge from submit-queue.
add missing types to ForResource for quota
Fixes#17784
This moves the generic `ForResource` function closer to the point of creation. More cleanup should be done, but this at least gets the informer back on the map.
/assign @mfojtik
/assign @soltysh
Automatic merge from submit-queue.
UPSTREAM: 57349: add watch to requirements for quota-able resources
Fixes part two of #17784
This avoids putting istags in the list at all
/assign soltysh
/assign derekwaynecarr
Seen in integration test logs:
E1214 09:29:03.747036 30369 resource_quota_controller.go:170] initial monitor sync has error: [couldn't start monitor for resource {"route.openshift.io" "v1" "routes"}: unable to monitor quota for resource "route.openshift.io/v1, Resource=routes", couldn't start monitor for resource {"image.openshift.io" "v1" "imagestreamtags"}: unable to monitor quota for resource "image.openshift.io/v1, Resource=imagestreamtags", couldn't start monitor for resource {"network.openshift.io" "v1" "egressnetworkpolicies"}: unable to monitor quota for resource "network.openshift.io/v1, Resource=egressnetworkpolicies"]
Seems to be related to our generic informer:
I1214 14:13:31.868263 18394 resource_quota_monitor.go:179] QuotaMonitor unable to use a shared informer for resource "route.openshift.io/v1, Resource=routes": no informer found for {route.openshift.io v1 routes}
Seems to not be breaking anything, just producing annoying logs, bumping priority.
The text was updated successfully, but these errors were encountered: