Skip to content

Commit

Permalink
Remove incorrect statement about specifying coordinating roles in YAML (
Browse files Browse the repository at this point in the history
elastic#4434)

# Conflicts:
#	docs/orchestrating-elastic-stack-applications/elasticsearch/node-configuration.asciidoc
  • Loading branch information
pebrc committed Apr 20, 2021
1 parent dcc662d commit 9a71fe3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion docs/advanced-topics/traffic-splitting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- name: coordinator
count: 3
config:
node.roles: !!seq ""
node.roles: []
# Dedicated machine learning nodes
- name: ml
count: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,3 @@ spec:
----

For more information on Elasticsearch settings, see https://www.elastic.co/guide/en/elasticsearch/reference/current/settings.html[Configuring Elasticsearch].

[NOTE]
====
Marking a node as link:https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-node.html#coordinating-only-node[coordinating-only] in ECK requires a YAML type tag due to an issue in a supporting library.
[source,yaml]
----
spec:
nodeSets:
- name: coordinator
count: 3
config:
node.roles: !!seq ""
----
====

0 comments on commit 9a71fe3

Please sign in to comment.