Skip to content

Commit 34f786d

Browse files
authored
Merge pull request #14443 from mburke5678/BZ-1699178
Delete the managementState explanation in efk-logging-configuring-about
2 parents 403cb0e + 8198eed commit 34f786d

15 files changed

+15
-40
lines changed

logging/config/efk-logging-management.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ By default, the Cluster Logging and Elasticsearch operators are set to Managed.
1212
you must set cluster logging to the _unmanaged_ state. In order to modify the components managed by the Elasticsearch Operator,
1313
you must set Elasticsearch to the _unmanaged_ state.
1414

15+
The {product-title} documentation indictes in a prerequisite step when you need to set the cluster to Unmanaged.
16+
1517
// The following include statements pull in the module files that comprise
1618
// the assembly. Include any combination of concept, procedure, or reference
1719
// modules required to cover the user story. You can also include other

logging/efk-logging-deploying-about.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ toc::[]
77

88
Before installing cluster logging into your cluster, review the following sections.
99

10-
[NOTE]
11-
====
12-
Procedures in this topic require your cluster to be in an unmanaged state. For more information, see _Changing the cluster logging management state_.
13-
====
14-
1510
// The following include statements pull in the module files that comprise
1611
// the assembly. Include any combination of concept, procedure, or reference
1712
// modules required to cover the user story. You can also include other

modules/efk-logging-curator-actions.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ If you are an advanced Curator user and want to configure other Curator actions,
1313

1414
* Cluster logging and Elasticsearch must be installed.
1515

16-
* Set cluster logging to the unmanaged state.
17-
1816
* If needed, get the name of the Cluster Logging Custom Resource in the `openshift-logging` project:
1917
+
2018
----

modules/efk-logging-curator-schedule.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ created by the cluster logging installation.
1212

1313
* Cluster logging and Elasticsearch must be installed.
1414

15-
* Set cluster logging to the unmanaged state.
16-
1715
* If needed, get the name of the Cluster Logging Custom Resource in the `openshift-logging` project:
1816
+
1917
----

modules/efk-logging-deploying-about.adoc

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ If you want to use the default cluster logging install, you can use the sample C
1414

1515
If you want to customize your deployment, make changes to the sample CR as needed. The following describes the configurations you can make when installing your cluster logging instance or modify after installtion. See the Configuring sections for more information on working with each component, including modifications you can make outside of the Cluster Logging Custom Resource.
1616

17-
[IMPORTANT]
18-
====
19-
If you change the default Cluster Logging Custom Resource, you must set your Cluster Logging Custom Resource to `Unmanaged`. In an unmanaged deployment the Cluster Logging Operator does not respond to changes in the CR after installation and does not receive updates until the cluster logging is placed back into a managed state.
20-
====
21-
2217
[id="efk-logging-deploy-about-config-{context}"]
2318
== Configuring and Tuning Cluster Logging
2419

@@ -28,15 +23,18 @@ in the `openshift-logging` project.
2823
You can modify any of the following components upon install or after install
2924

3025
Management state::
31-
Cluster logging is managed by the Cluster Logging Operator. You can place the Cluster Logging Operator into an _unmanaged_ state allowing an administrator to assume full control of individual
32-
component configurations and upgrades by changing the `managementState` from `Managed` to `Unmanaged`.
26+
Cluster logging is managed by the Cluster Logging Operator. The operator monitor the Cluster Logging CR and applies changes when they are made.
27+
28+
The Curator CronJob, the Elasticsearch CR, the Kibana Deployment, and the log collection DaemonSet are managed by Cluster Logging Operator. To modify these files directly rather than in `clusterlogging` instance, you must place the Cluster Logging Operator into an Unmanaged state. Otherwise, the Cluster Logging Operator overwrites the changes automatically. In an unmanaged deployment the Cluster Logging Operator does not overwrite these changes and does not respond to changes in the CR.
3329

3430
----
3531
spec:
3632
managementState: "Managed"
3733
----
3834

39-
[NOTE]
35+
The {product-title} documentation indictes in a prerequisite step when you need to set the cluster to Unmanaged.
36+
37+
[IMPORTANT]
4038
====
4139
An unmanaged deployment will not receive updates until the `ClusterLogging` custom resource is placed back into a managed state.
4240
====

modules/efk-logging-elasticsearch-add-remove.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ The Elasticsearch Operator does not allow more than three Elasticsearch master n
1818

1919
* Cluster logging and Elasticsearch must be installed.
2020

21-
* Set cluster logging to the unmanaged state.
22-
2321
* If needed, get the name of the Elasticsearch Custom Resource in the `openshift-logging` project:
2422
+
2523
----

modules/efk-logging-elasticsearch-exposing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ for external access to Elasticsearch for those tools that want to access its dat
1111

1212
Externally, you can access Elasticsearch by creating a reencrypt route, your {product-title} token and the installed
1313
Elasticsearch CA certificate. The request must contain three HTTP headers:
14-
+
14+
1515
----
1616
Authorization: Bearer $token
1717
X-Proxy-Remote-User: $username

modules/efk-logging-elasticsearch-ha.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ implemented your own disk/PVC backup/restore strategy.
2525

2626
* Cluster logging and Elasticsearch must be installed.
2727

28-
* Set cluster logging to the unmanaged state.
29-
3028
* If needed, get the name of the Cluster Logging Custom Resource in the `openshift-logging` project:
3129
+
3230
----

modules/efk-logging-elasticsearch-limits.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Operator sets values sufficient for your environment.
1313

1414
* Cluster logging and Elasticsearch must be installed.
1515

16-
* Set cluster logging to the unmanaged state.
17-
1816
* If needed, get the name of the Cluster Logging Custom Resource in the `openshift-logging` project:
1917
+
2018
----

modules/efk-logging-elasticsearch-persistent-storage-empty.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ When using emptyDir, you will lose data if Elasticsearch is restarted or redeplo
1717

1818
* Cluster logging and Elasticsearch must be installed.
1919

20-
* Set cluster logging to the unmanaged state.
21-
2220
* If needed, get the name of the Cluster Logging Custom Resource in the `openshift-logging` project:
2321
+
2422
----

0 commit comments

Comments
 (0)