1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OBSDOCS-1041

This commit is contained in:
Satyajeet Munje
2024-05-08 16:45:31 +05:30
committed by openshift-cherrypick-robot
parent 40746b506c
commit 910e87c1e0

View File

@@ -55,10 +55,10 @@ metadata:
name: cluster-logging
namespace: openshift-logging <1>
spec:
targetNamespaces:
- openshift-logging <1>
targetNamespaces: [ ] <2>
----
<1> You must specify the `openshift-logging` namespace for logging versions 5.7 and older. For logging 5.8 and later versions, you can use any namespace.
<1> Ensure that the `namespace` field is set to `openshift-logging`.
<2> For logging versions 5.7 and earlier, set `targetNamespaces` to `openshift-logging`. For logging versions 5.8 and later, the default installation mode is all namespaces on the cluster, or specify a list of namespaces separated by a comma.
. Apply the `OperatorGroup` object by running the following command:
+