Bug 1768298
Summary: | Gather events for namespaces defined as related objects in degraded operators | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Derek Carr <decarr> |
Component: | Insights Operator | Assignee: | Ivan Necas <inecas> |
Status: | CLOSED ERRATA | QA Contact: | Dmitry Misharov <dmisharo> |
Severity: | unspecified | Docs Contact: | Radek Vokál <rvokal> |
Priority: | unspecified | ||
Version: | 4.3.0 | CC: | dmisharo, jkrocil, mfojtik, rvokal |
Target Milestone: | --- | ||
Target Release: | 4.3.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1767719 | Environment: | |
Last Closed: | 2020-01-23 11:10:26 UTC | Type: | --- |
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: | 1767719 |
Description
Derek Carr
2019-11-04 01:41:51 UTC
https://github.com/openshift/insights-operator/pull/36 4.3 master branch fix merged. updating to modified pending verification for including in 4.2.z Verified on 4.3.0-0.ci-2019-11-18-065034. In order to verify we need to make some operators be degraded. Here are steps for authentication operator: 1. oc edit clusterversion 2. Add override for openshift-ingress-operator: overrides: - group: apps/v1 kind: Deployment name: ingress-operator namespace: openshift-ingress-operator unmanaged: true 3. Scale the ingress operator to 0 4. oc delete pods --all -n openshift-ingress (that will remove router pods) 5. oc delete pods --all -n openshift-authentication-operator (that will rekick auth operator so you don't have to wait) 6. oc delete pods --all -n openshift-insights (that will kick insights operator) 7. Check insights-archive. There should events folder with recorded events. 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-2020:0062 |