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
@@ -36,6 +36,7 @@ Following parameters are available to customize the elastic cluster:
36
36
- data-node-replicas: Number of data node replicas
37
37
- 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_)
38
38
- data-volume-size: Size of persistent volume to attach to data nodes
39
+
- master-volume-size: Size of persistent volume to attach to master nodes
39
40
- elastic-search-image: Override the elasticsearch image (e.g. `upmcenterprises/docker-elasticsearch-kubernetes:6.1.3_0`)
40
41
- keep-secrets-on-delete (Boolean): Tells the operator to not delete cert secrets when a cluster is deleted
41
42
- use-ssl: Use SSL for communication with the cluster and inside the cluster. Default value is true.
0 commit comments