Bug 1717494
| Summary: | ingress operator fails to integrate with metrics and stops syncing status | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Dan Mace <dmace> |
| Component: | Networking | Assignee: | Dan Mace <dmace> |
| Networking sub component: | router | QA Contact: | Hongan Li <hongli> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | unspecified | CC: | aos-bugs |
| Version: | 4.1.0 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.2.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: | 2019-10-16 06:31:10 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: | |||
|
Description
Dan Mace
2019-06-05 15:22:13 UTC
verified with 4.2.0-0.nightly-2019-06-25-003324 and the issue has been fixed.
Ingress operator reported the errors but eventually operator fix itself.
$ oc -n openshift-ingress get servicemonitor
NAME AGE
router-default 3h42m
2019-06-25T06:22:02.743Z ERROR operator.init.controller-runtime.controller controller/controller.go:212 Reconciler error {"controller": "ingress_controller", "request": "openshift-ingress-operator/default", "error": "failed to ensure ingresscontroller: failed to integrate metrics with openshift-monitoring for ingresscontroller default: failed to ensure servicemonitor for default: no matches for kind \"ServiceMonitor\" in version \"monitoring.coreos.com/v1\"", "errorCauses": [{"error": "failed to ensure ingresscontroller: failed to integrate metrics with openshift-monitoring for ingresscontroller default: failed to ensure servicemonitor for default: no matches for kind \"ServiceMonitor\" in version \"monitoring.coreos.com/v1\""}]}
<---snip--->
2019-06-25T06:24:03.512Z ERROR operator.init.controller-runtime.controller controller/controller.go:212 Reconciler error {"controller": "ingress_controller", "request": "openshift-ingress-operator/default", "error": "failed to ensure ingresscontroller: failed to integrate metrics with openshift-monitoring for ingresscontroller default: failed to ensure servicemonitor for default: no matches for kind \"ServiceMonitor\" in version \"monitoring.coreos.com/v1\"", "errorCauses": [{"error": "failed to ensure ingresscontroller: failed to integrate metrics with openshift-monitoring for ingresscontroller default: failed to ensure servicemonitor for default: no matches for kind \"ServiceMonitor\" in version \"monitoring.coreos.com/v1\""}]}
2019-06-25T06:24:31.702Z INFO operator.controller controller/monitoring.go:30 created servicemonitor {"namespace": "openshift-ingress", "name": "router-default"}
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:2922 |