helm-charts
helm-charts copied to clipboard
[BUG][opensearch] Can't define nodeGroup to be coordinating only
Describe the bug Installing a helm chat opensearch version 2.17.0, I try to brake the cluster into different pieces: coordinating, clustermanager, hot data and warm data, similar to what is described in https://opensearch.org/docs/latest/tuning-your-cluster/ . But the coordinating nodegroup act as data node as well, when it shouldn't!
To Reproduce Steps to reproduce the behavior:
-
Install four helm charts opensearch version 2.17.0. These are snippets of values.yaml below Clustermanager nodegroup:
roles: ["master"]
Coordinating nodegroup:roles: []
Hot data nodegroup:roles: ["ingest" , "data"]
Warm data nodegroup:roles: ["ingest" , "data"]
-
Create new index.
-
Index is created considering "Hot data nodegroup", "Warm data nodegroup" and "Coordinating nodegroup" as nodes to scatter shards.
Expected behavior Coordinating nodegroup should behave as only coordinating, not as data as well.
Chart Name opensearch version 2.17.0
Host/Environment (please complete the following information):
- Helm Version: 3.12.2-1
- Kubernetes Version: 1.26.6-00