opensearch-project / helm-charts

:wheel_of_dharma: A community repository for Helm Charts of OpenSearch Project.
https://opensearch.org/docs/latest/opensearch/install/helm/
Apache License 2.0
173 stars 234 forks source link

What is the right role for a coordinating node? #418

Closed vmm-afonso closed 1 year ago

vmm-afonso commented 1 year ago

Hi, This is a pretty simple and straight forward question, what should be the node.role for a coordinating node here? Because I've seen someone on the forum saying I could leave it as a remote_client_cluster and it would serve the same purpose and since setting every other role to false or setting roles: [] doesn't seem to do the job, I'm wondering if remote_client_cluster is the way to go. Ty

smlx commented 1 year ago

Due to https://github.com/opensearch-project/opensearch-build/issues/2129 / https://github.com/opensearch-project/OpenSearch/issues/3412 unfortunately it isn't possible to define a co-ordinating node in the chart.

I've worked around this by specifying my "coordinating" nodes with an ingest role.

vmm-afonso commented 1 year ago

Hey, thank you for the quick reply.

Ohh ok that's unfortunate. I will give my 'coordinating' nodes the ingest role as you suggest then.

Appreciate the help, ty!

rishabh6788 commented 1 year ago

Seems like the query has been answered, closing the issue.