Uploaded image for project: 'OpenShift Logging'
  1. OpenShift Logging
  2. LOG-2760

[release-5.2]Events and CLO csv are not collected after running `oc adm must-gather --image=$downstream-clo-image `

    XMLWordPrintable

Details

    • False
    • False
    • NEW
    • VERIFIED
    • Before this update, the collector would not collect events or CLO csv with the command`oc adm must-gather --image=$downstream-clo-image'. This update corrects the must-gather script, resolving the issue.

    Description

      Description of problem:

      Deploy logging, then run `oc adm must-gather --image=$(oc -n openshift-logging get deployment.apps/cluster-logging-operator -o jsonpath='{.spec.template.spec.containers[?(@.name == "cluster-logging-operator")].image}') ` to gather logging information, check the gathered files, the csv under `must-gather.local.1681620295046205588/$image-name/cluster-logging/clo/` is empty:

      $ ls csv -l
      -rw-r--r--. 1 qitang qitang 0 Jul  1 21:36 csv
      

      I checked https://github.com/openshift/cluster-logging-operator/blob/release-5.1/must-gather/collection-scripts/gather_cluster_logging_operator_resources#L29-L30,  when deploy CLO with downstream images, the CSV name is `cluster-logging.5.1.0-54` not `cluster-logging-operator.xxxxx`

      Besides, the events are not collected in *-events.yaml, look like the content in these files  is an error message:

      $ cat clo-events.yaml
      flags cannot be placed before plugin name: -n
      $ cat clf-events.yaml
      flags cannot be placed before plugin name: -n
      

      I find there are 2 `oc` in one command: https://github.com/openshift/cluster-logging-operator/blob/release-5.1/must-gather/collection-scripts/gather_cluster_logging_operator_resources#L45-L46 

      Version-Release number of selected component (if applicable):

      cluster-logging.5.1.0-54
      How reproducible:

      Always
      Steps to Reproduce:
      1. deploy logging
      2. run `oc adm must-gather` with downstream CLO image
      3. check the files gathers in step 2

      Actual results:

      Expected results:

      Additional info:

      Attachments

        Issue Links

          Activity

            People

              vparfono Vitalii Parfonov
              qitang@redhat.com Qiaoling Tang
              Qiaoling Tang Qiaoling Tang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: