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
#4434) (#4438)

# Conflicts:
#	docs/orchestrating-elastic-stack-applications/elasticsearch/node-configuration.asciidoc
  • Loading branch information
pebrc authored Apr 20, 2021
1 parent f9b52c8 commit 8b536d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 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 @@ -35,21 +35,4 @@ spec:
node.remote_cluster_client: false
----

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 ""
----
====
For more information on Elasticsearch settings, see https://www.elastic.co/guide/en/elasticsearch/reference/current/settings.html[Configuring Elasticsearch].

0 comments on commit 8b536d8

Please sign in to comment.