[Enhancement][opensearch] Add the seedHosts
and initialMasterNodes
parameters to flexibly set the discovery.seed_hosts
and cluster.initial_master_nodes
settings.
#565
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
We would like to set
cluster.initial_master_nodes
anddiscovery.seed_hosts
directly from Values.Currently, in the statefulset.yaml template,
cluster.initial_master_nodes
anddiscovery.seed_hosts
cannot be set flexibly.We are trying to build an OpenSearch cluster across three different Kubernetes(OpenShift) clusters for certain reasons.
※We plan to deploy one master, one data, and one ingest node (pod) per Kubernetes(OpenShift) cluster.
Therefore, we would like to modify
cluster.initial_master_nodes
anddiscovery.seed_hosts
from values.Describe the solution you'd like
Add an if condition to allow setting
cluster.initial_master_nodes
anddiscovery.seed_hosts
in the statefulset.yaml template ifinitialMasterNodes
andseedHosts
exist in values, like the example below:Thank you for your time.
The text was updated successfully, but these errors were encountered: