Replies: 1 comment
-
Same here. When I set
roles [ingest, remote_cluster_client, data, cluster_manager] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
What is the current recommended way to create coordinator nodes using the operator? I've seen in the breaking changes for OpenSearch 3.0 that if we pass a empty list to node.roles, i.e.
node.roles = []
it should default to be a coordinating only node. However, if i set the same via the operator, the node gets all of the roles except data.Beta Was this translation helpful? Give feedback.
All reactions