Skip to content

Conversation

@openshift-cherrypick-robot

This is an automated cherry-pick of #101298

/assign jeana-redhat

Underscore sign is missing from the documentation
Here is the documentation link:
https://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.3/html/upgrading_logging/upgrading-to-logging-6#deleting-the-clusterlogging-instance_upgrading-to-logging-6
Current Look:

Delete the ClusterLogging instance.
$ oc delete clusterlogging <CR name> -n <namespace>
Here, the underscore sign is missing from`<CR name>`
As per the standard rule, such values should be separated with `underscore` sign.
Hence, we need to sign between these values. Like <CR_name>
Updated Look:

Delete the ClusterLogging instance.
$ oc delete clusterlogging <CR_name> -n <namespace>
This is the correct format.

[New] Update modules/deleting-the-clusterlogging-instance.adoc

- Underscore sign is missing from the documentation
- Here is the documentation link:
https://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.3/html/upgrading_logging/upgrading-to-logging-6#deleting-the-clusterlogging-instance_upgrading-to-logging-6

Current Look:

- Delete the ClusterLogging instance.
~~~
$ oc delete clusterlogging <CR name> -n <namespace>
~~~

- Here, the underscore sign is missing from`<CR name>`
- As per the standard rule, such values should be separated with `underscore` sign.
- Hence, we need to sign between these values. Like <CR_name>

Updated Look:

- Delete the ClusterLogging instance.
~~~
$ oc delete clusterlogging <cr_name> -n <namespace>
~~~

This is the correct format.

Co-authored-by: Jeana Routh <61474374+jeana-redhat@users.noreply.github.com>
@openshift-ci openshift-ci bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Oct 29, 2025
@openshift-ci
Copy link

openshift-ci bot commented Oct 29, 2025

@openshift-cherrypick-robot: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@jeana-redhat jeana-redhat merged commit cab7d62 into openshift:standalone-logging-docs-6.0 Oct 29, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants