Bug 1801613
| Summary: | Logging diagnostics show error 'Did not find a DeploymentConfig to support component 'curator'' | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Arnab Ghosh <arghosh> |
| Component: | Logging | Assignee: | Jeff Cantrill <jcantril> |
| Status: | CLOSED DUPLICATE | QA Contact: | Anping Li <anli> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.11.0 | CC: | aos-bugs |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-02-11 13:46:06 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: | |||
*** This bug has been marked as a duplicate of bug 1761930 *** |
Description of problem: While running the diagnostics tool for 'AggregatedLogging' I could see following error. ~~~ [root@master-0 ~]# /usr/bin/oc --config /etc/origin/master/admin.kubeconfig adm diagnostics AggregatedLogging [Note] Determining if client configuration exists for client/cluster diagnostics Info: Successfully read a client config file at '/etc/origin/master/admin.kubeconfig' Info: Using context for cluster-admin access: 'default/openshift-internal-sharedocp311cns-lab-rdu2-cee-redhat-com:443/system:admin' [Note] Running diagnostic: AggregatedLogging Description: Check aggregated logging integration for proper configuration ERROR: [AGL0065 from diagnostic AggregatedLogging@openshift/origin/pkg/oc/cli/admin/diagnostics/diagnostics/cluster/aggregated_logging/diagnostic.go:138] Did not find a DeploymentConfig to support component 'curator' ~~~ I came across bugzilla [1] & [2]. Bugzilla [1] has been marked as duplicate of bugzilla[2]. Fix for bugzilla[2] has been shiped with version 3.11.129. However I am still able to see the issue existing in Openshift version 3.11.161. ~~~ [quicklab@master-0 playbooks]$ oc version oc v3.11.161 kubernetes v1.11.0+d4cacc0 features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://openshift.internal.sharedocp311cns.lab.rdu2.cee.redhat.com:443 openshift v3.11.161 kubernetes v1.11.0+d4cacc0 ~~~ [1] - https://bugzilla.redhat.com/show_bug.cgi?id=1619487 [2] - https://bugzilla.redhat.com/show_bug.cgi?id=1676720 Version-Release number of selected component (if applicable): openshift v3.11.161 How reproducible: Always Steps to Reproduce: 1.Deploy logging 2.execute 'oc adm diagnostics AggregatedLogging' Actual results: Expected results: Diagnostics tool should run for logging without any error Additional info: