Bug 1745240
| Summary: | must-gather isn't collecting controllerconfig/machine-config-operator | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Antonio Murdaca <amurdaca> | |
| Component: | Machine Config Operator | Assignee: | Antonio Murdaca <amurdaca> | |
| Status: | CLOSED ERRATA | QA Contact: | Micah Abbott <miabbott> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.2.0 | CC: | mnguyen | |
| 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: | ||||
| : | 1745241 (view as bug list) | Environment: | ||
| Last Closed: | 2019-10-16 06:37:21 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: | 1745241 | |||
verified on 4.2.0-0.nightly-2019-08-28-083236
- oc describe co/machine-config
relatedObjects:
- group: machineconfiguration.openshift.io
name: machine-config-controller
resource: controllerconfigs
- look machine-config-controller.yaml in must-gather logs
cluster-scoped-resources/machineconfiguration.openshift.io/controllerconfigs/machine-config-controller.yaml
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 |
Description of problem: must-gather isn't collecting the controllerconfig/machine-config-controller object. That object is listed in the RelatedObjects for the clusteroperator. The issue behind that is that the name we use is wrong: $ oc describe co/machine-config Related Objects: ... Group: machineconfiguration.openshift.io Name: cluster Resource: controllerconfigs The name of the resource isn't "cluster" but "machine-config-controller" Version-Release number of selected component (if applicable): 4.2 How reproducible: always Steps to Reproduce: 1. run must-gather 2. 3. Actual results: controllerconfig/machinie-config-controller object isn't included Expected results: controllerconfig/machinie-config-controller _is_ included aiding debugging Additional info: