1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Prithviraj Patil 36bc3f1bfe Incorrect configuration of namespace object for the Red Hat OpenShift Logging Operator
- Incorrect indentation mentioned in the step5 "namespace object for the Red Hat OpenShift Logging Operator"  [2] of "Installing Logging and the Loki Operator using the CLI" documentation  [1].

- Here are the documentation links:
 [1] https://docs.openshift.com/container-platform/4.14/observability/logging/log_storage/installing-log-storage.html#logging-loki-cli-install_installing-log-storage

[2] https://docs.openshift.com/container-platform/4.14/observability/logging/log_storage/installing-log-storage.html#logging-loki-cli-install_installing-log-storage:~:text=Create%20a%20namespace%20object%20for%20the%20Red%20Hat%20OpenShift%20Logging%20Operator%3A

- Here is the Step5:
~~~
apiVersion: v1
kind: Namespace
metadata:
  name: openshift-logging
annotations:                        <<== Incorrect Indentation
    openshift.io/node-selector: ""
labels:                             <<== Incorrect Indentation
    openshift.io/cluster-logging: "true"
    openshift.io/cluster-monitoring: "true"
~~~
- `annotations`, and `labels` should be indented under the `metadata` field and inline with `name`.
- Here is the correct configuration of Step5:
~~~

~~~
- We need to perform this change under our standard documentation.
- Please refer Step1 from the same documentation for reference.
--------
1. Create a Namespace object for Loki Operator:
~~~

~~~
--------------
2025-01-06 06:18:26 +00:00
2024-12-26 12:03:14 +00:00
2024-12-10 13:22:09 +00:00
2024-11-19 23:12:26 +00:00
2024-11-12 18:31:41 +00:00
2024-11-12 18:31:41 +00:00
2024-11-19 21:11:02 +00:00
2024-12-03 18:47:55 +00:00
2024-12-24 16:05:42 +00:00
2024-12-02 15:10:42 +00:00

= OpenShift Documentation

Welcome to the OpenShift documentation GitHub repository. To contribute to OpenShift docs, see https://github.com/openshift/openshift-docs/blob/master/contributing_to_docs/contributing.adoc
Description
Languages
HTML 33.5%
CSS 24%
Python 23.6%
JavaScript 10.8%
Shell 7%
Other 0.9%