-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Deployed Coordinator nodes only not set with the ES helm chart #832
Comments
Hi @bamb00, |
Hi @jmlrt, When I post question related to helm chart? Most of the time no response from the forum. Since this is a helm related configuration deployment I'm almost positive there would be no response. |
I feel for you, I had the same experience when posting a problem it seems like either no one knows or no one cares. |
So I guess your coordinator value file contains: roles:
master: "false"
ingest: "false"
data: "false" Regarding Not an expert but I think these roles are only used when machine learning and remote clusters are enabled. If you aren't using these features, then the nodes should act as a coordinating node. If you prefer disabling these roles you can update your values with: roles:
master: "false"
ingest: "false"
data: "false"
ml: "false"
remote_cluster_client: "false" |
As for coordinator nodes having pvc, you can disable persistence in their value file using: persistence:
enabled: false |
@dcvtruong @jacquesvdm7 I feel sorry for the experience you had with Elastic forum. The number of helm-charts maintainers at Elastic is very narrow, so we don't have the bandwith (neither the expert knowledge of every Elastic products) to answer all questions here. There is a lot more contributors with better Elastic products knowledge in the forum despite few of them have helm-charts knowledge. As for this issue, while the 2nd question about pvc is really helm-charts related and may not have found an answer in the forum, the first part about node role request more Elasticsearch knowledge than helm-charts and may have found answer in the forum. |
@jmlrt I have the ES cluster with the above nodes configuration. To make sure the coordinator nodes is the actual coordinator nodes...What is the command to test? I look in the ES docs but could not find an example. |
@dcvtruong, I'm sorry, this is above my Elasticsearch knowledge and I can only refer to the documentation for that type of question. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity since being marked as stale. |
In the ES helm chart all node roles is set to "false" with replicas '3'. Querying the cluster nodes...I don't see the '-' assigned to the coordinator node. The coordinator nodes name is elasticsearch-coordinator-0,1,2. I've also noticed pvc was created for coordinator nodes only.
From the output below I could not determined if the three nodes (elasticsearch-coordinator-*) is designate as an coordinator only nodes. I look at the pods log to verify if the nodes were coordinator but no infos returned. Also, How do I test or run command to verify if is a coordinator node?
The text was updated successfully, but these errors were encountered: