hi, I created coordinating nodes and manager nodes, and for some reason they are all consider manager and not coord
I configured them here:
opensearch_node_roles: "cluster_manager"
opensearch_node_roles: ""
@taltsafrir Could you send the output of the below API request?
GET _cat/nodes
@taltsafrir According to this output:
opensearch-cd-coordinating-1
is coordinating node
opensearch-cd-manager-1
is master node
opensearch-cd-manager-2
is master node
opensearch-cd-manager-3
is master node
What is your expectation?