diff --git a/docs/reference/modules/discovery/bootstrapping.asciidoc b/docs/reference/modules/discovery/bootstrapping.asciidoc index fc43177bd74b..81ac3f6cc4cd 100644 --- a/docs/reference/modules/discovery/bootstrapping.asciidoc +++ b/docs/reference/modules/discovery/bootstrapping.asciidoc @@ -151,7 +151,8 @@ a separate single-node cluster then you must start again: folder>>. . Configure `discovery.seed_hosts` or `discovery.seed_providers` and other -relevant discovery settings. +relevant discovery settings. Ensure `cluster.initial_master_nodes` is not set +on any node. . Restart the node and verify that it joins the existing cluster rather than forming its own one-node cluster. @@ -171,4 +172,6 @@ relevant discovery settings. . Restart all the nodes and verify that they have formed a single cluster. +. Remove `cluster.initial_master_nodes` from every node's configuration. + ****