Bug 2031304 - wrong text output with fluentd pod name
Summary: wrong text output with fluentd pod name
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 4.9
Hardware: All
OS: All
unspecified
low
Target Milestone: ---
: ---
Assignee: landerso
QA Contact: Xiaoli Tian
Claire Bremble
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-12-11 00:56 UTC by thiago toledo
Modified: 2023-03-01 18:17 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-03-01 18:17:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
correct output (221.97 KB, image/png)
2021-12-11 00:56 UTC, thiago toledo
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHDEVDOCS-3547 0 None None None 2022-06-27 14:23:14 UTC

Description thiago toledo 2021-12-11 00:56:19 UTC
Created attachment 1845774 [details]
correct output

Document URL: https://docs.openshift.com/container-platform/4.9/logging/cluster-logging-deploying.html#cluster-logging-deploy-console_cluster-logging-deploying

https://docs.openshift.com/container-platform/4.9/logging/cluster-logging-deploying.html#cluster-logging-deploy-cli_cluster-logging-deploying

Section Number and Name: 4. Verify the install: 
                         b. Select the openshift-logging project.

                         6. Verify the installation by listing the pods in the openshift-logging project

Describe the issue: In the text output (GUI mode) and image (CLI mode) is showing the pod is named "fluentd" but currently (cluster version 4.9), the correct name of pod is "collector".


Suggestions for improvement: Change the "oc get pod -n openshift-logging" output to not generate doubts.

Additional information: 

[root@localhost ~]# oc get clusterversion
NAME      VERSION   AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.9.0     True        False         10d     Cluster version is 4.9.0
[root@localhost ~]# oc project
Using project "openshift-logging" on server "https://api.ttoledo.nasatam.support:6443".
[root@localhost ~]# oc get pods 
NAME                                            READY   STATUS      RESTARTS   AGE
cluster-logging-operator-744c5bdb78-rhzqg       1/1     Running     0          71m
collector-5tj7h                                 2/2     Running     0          61m
collector-hzkmn                                 2/2     Running     0          61m
collector-pqxf9                                 2/2     Running     0          61m
collector-pwb7m                                 2/2     Running     0          61m
collector-vq4mr                                 2/2     Running     0          61m
collector-wdmlh                                 2/2     Running     0          61m
collector-x68gz                                 2/2     Running     0          61m
elasticsearch-cdm-8zo6ml19-1-845dd58b8b-cmw2l   2/2     Running     0          57m
elasticsearch-cdm-8zo6ml19-2-5bb7959d6f-ccpv9   2/2     Running     0          59m
elasticsearch-cdm-8zo6ml19-3-6fc9bd6f48-z2vb6   2/2     Running     0          59m
elasticsearch-im-app-27319725--1-g2d9f          0/1     Completed   0          3m34s
elasticsearch-im-audit-27319725--1-rv6w2        0/1     Completed   0          3m34s
elasticsearch-im-infra-27319725--1-brhzb        0/1     Completed   0          3m34s
kibana-6f4766fcf6-jzn5f                         2/2     Running     0          62m

Comment 3 Kathryn Alexander 2023-03-01 18:17:21 UTC
All open BZs in this project will be migrated to Jira in the near future. Because this BZ has already been cloned into Jira, I am closing it now to reduce the number of duplicate Jiras.

This bug will be triaged for future work on the Jira issue that is shown in the Links section.


Note You need to log in before you can comment on or make changes to this bug.