Skip to content

Commit 004523d

Browse files
prithvipatil97jeana-redhat
authored andcommitted
[OBSDOCS-2668] Update 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. [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>
1 parent f2f1278 commit 004523d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/deleting-the-clusterlogging-instance.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Delete the ClusterLogging instance because it is no longer needed in Logging 6.x
1616
+
1717
[source,terminal]
1818
----
19-
$ oc delete clusterlogging <CR name> -n <namespace>
19+
$ oc delete clusterlogging <cr_name> -n <namespace>
2020
----
2121

2222
.Verification

0 commit comments

Comments
 (0)