Skip to content

Commit a023a87

Browse files
authored
Merge pull request #13805 from mburke5678/BZ-1682996
Logging feedback for 4.0 docs
2 parents 36920f7 + 7600536 commit a023a87

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

logging/efk-logging-manual-rollout.adoc

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

88

99

10+
<<<<<<< HEAD
11+
=======
12+
{product-title} is configured so that the Elasticsearch
13+
Deployment Config object does not have a Config Change Trigger, meaning
14+
any changes to the DeploymentConfig does not result in an automatic rollout. This prevents
15+
unintended restarts happening in the Elasticsearch cluster, which could create excessive shard
16+
rebalancing as cluster members restart.
17+
>>>>>>> edit
1018

1119
{product-title} supports two Elasticsearch restart procedures:
1220

modules/efk-logging-about-crd.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
<<<<<<< HEAD
12
// Module included in the following assemblies:
23
//
34
// * logging/efk-logging.adoc
45

56
[id='efk-logging-configuring-crd_{context}']
67
= About the Cluster logging CRD
78

8-
99
The Cluster Logging Operator Custom Resource Definition (CRD) defines a complete cluster logging deployment
1010
that includes all the components of the logging stack to collect, store and visualize logs.
1111

@@ -40,7 +40,7 @@ spec:
4040
nodeSelector:
4141
node-type: infra
4242
cluster-logging-component: es
43-
storage: {}
43+
storage:
4444
storageClass:
4545
name: "gp2"
4646
size: "200G"

0 commit comments

Comments
 (0)