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:
*** This bug has been marked as a duplicate of bug 1761930 ***