mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
Indentation Fault in Viewing Logging status Documentation
- There is one indentation fault in Viewing Logging status Documentation. - Here is the documentation link: https://docs.openshift.com/container-platform/4.16/observability/logging/troubleshooting/cluster-logging-cluster-status.html#cluster-logging-clo-status_cluster-logging-cluster-status - Here, the `status.visualization` indentation is wrongly mentioned. ~~~ apiVersion: logging.openshift.io/v1 kind: ClusterLogging # ... status: visualization: <<== visualization indentation is wrongly mentioned kibanaStatus: - deployment: kibana pods: failed: [] notReady: [] ready: - kibana-7fb4fd4cc9-f2nls replicaSets: - kibana-7fb4fd4cc9 replicas: 1 ~~~ - The correct configuration should look like the following: ~~~ apiVersion: logging.openshift.io/v1 kind: ClusterLogging # ... status: visualization: <<=== Correct indentation kibanaStatus: - deployment: kibana pods: failed: [] notReady: [] ready: - kibana-7fb4fd4cc9-f2nls replicaSets: - kibana-7fb4fd4cc9 replicas: 1 ~~~ - Perform this change in our standard documentation. - I am going to raise PR for this change and work on PR merge.
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
77254edfa4
commit
17596a3db7
@@ -89,7 +89,7 @@ status: <1>
|
||||
notReady:
|
||||
ready:
|
||||
- elasticsearch-cdm-mkkdys93-1-7f7c6-mjm7c
|
||||
visualization: <4>
|
||||
visualization: <4>
|
||||
kibanaStatus:
|
||||
- deployment: kibana
|
||||
pods:
|
||||
|
||||
Reference in New Issue
Block a user