File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
9
9
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
10
18
11
19
{product-title} supports two Elasticsearch restart procedures:
12
20
Original file line number Diff line number Diff line change
1
+ <<<<<<< HEAD
1
2
// Module included in the following assemblies:
2
3
//
3
4
// * logging/efk-logging.adoc
4
5
5
6
[id='efk-logging-configuring-crd_{context}']
6
7
= About the Cluster logging CRD
7
8
8
-
9
9
The Cluster Logging Operator Custom Resource Definition (CRD) defines a complete cluster logging deployment
10
10
that includes all the components of the logging stack to collect, store and visualize logs.
11
11
40
40
nodeSelector:
41
41
node-type: infra
42
42
cluster-logging-component: es
43
- storage: {}
43
+ storage:
44
44
storageClass:
45
45
name: "gp2"
46
46
size: "200G"
You can’t perform that action at this time.
0 commit comments