You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ Following parameters are available to customize the elastic cluster:
37
37
- data-node-replicas: Number of data node replicas
38
38
- zones: Define which zones to deploy data nodes to for high availability (_Note: Zones are evenly distributed based upon number of data-node-replicas defined_)
39
39
- data-volume-size: Size of persistent volume to attach to data nodes
40
+
- master-volume-size: Size of persistent volume to attach to master nodes
40
41
- elastic-search-image: Override the elasticsearch image (e.g. `upmcenterprises/docker-elasticsearch-kubernetes:6.1.3_0`)
41
42
- keep-secrets-on-delete (Boolean): Tells the operator to not delete cert secrets when a cluster is deleted
42
43
- use-ssl: Use SSL for communication with the cluster and inside the cluster. Default value is true.
0 commit comments