Skip to content

Commit 5e2aa31

Browse files
committed
set operator managementState to Unmanaged for all manually steps
1 parent a023a87 commit 5e2aa31

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

modules/efk-logging-curator-yaml.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
You can configure Elasticsearch Curator to delete indices.
99

10+
.Prerequisite
11+
12+
Set cluster logging to the unmanaged state. In managed state, the Cluster Logging Operator reverts changes made to the `logging-curator` configuration map.
13+
1014
.Procedure
1115

1216
To delete indices:

modules/efk-logging-fluentd-collector.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ endif::[]
2727

2828
.Prerequisite
2929

30-
If needed, get the name of the Cluster Logging Custom Resource from the `openshift-logging` project:
30+
* Set cluster logging to the unmanaged state. In managed state, the Cluster Logging Operator reverts changes made to the `logging-curator` configuration map.
3131

32+
* If needed, get the name of the Cluster Logging Custom Resource from the `openshift-logging` project:
33+
+
3234
----
3335
$ oc get ClusterLogging
3436
NAME AGE

modules/efk-logging-kibana-exposing.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ You cannot modify the default Kibana route.
1616

1717
.Prerequisites
1818

19-
Cluster logging and Elasticsearch must be installed.
19+
* Cluster logging and Elasticsearch must be installed.
20+
21+
* Set cluster logging to the unmanaged state. In managed state, the Cluster Logging Operator reverts changes made to the `logging-curator` configuration map.
2022

2123
.Procedure
2224

modules/efk-logging-kibana-scaling.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ You can scale the Kibana deployment for redundancy.
99

1010
.Prerequisite
1111

12-
If needed, get the name of the Cluster Logging Custom Resource from the `openshift-logging` project:
12+
* If needed, get the name of the Cluster Logging Custom Resource from the `openshift-logging` project:
1313

1414
----
1515
$ oc get ClusterLogging
1616
NAME AGE
1717
instance 112m
1818
----
1919

20+
* Set cluster logging to the unmanaged state. In managed state, the Cluster Logging Operator reverts changes made to the `logging-curator` configuration map.
21+
2022
.Procedure
2123

2224
Edit or create the Cluster Logging Custom Resource (CR) from the `openshift-logging` project:

0 commit comments

Comments
 (0)