Bug 2018222
Summary: | cluster-monitoring-operator produces more watch requests than expected | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Adam Kaplan <adam.kaplan> |
Component: | Monitoring | Assignee: | Sunil Thaha <sthaha> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Junqi Zhao <juzhao> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.10 | CC: | amuller, anpicker, aos-bugs, erooth, janantha, jfajersk, spasquie |
Target Milestone: | --- | ||
Target Release: | 4.10.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-11-12 16:42:48 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2026802 |
Description
Adam Kaplan
2021-10-28 14:27:07 UTC
The fix for https://bugzilla.redhat.com/show_bug.cgi?id=2016352 might improve this. IIUC this is a generic issue with this e2e test checking that operators don't create too many watches and nothing specific to the cluster monitoring operator. The following PRs should improve the situation: https://github.com/openshift/origin/pull/26583 https://github.com/openshift/origin/pull/26601 |