Skip to content

Commit

Permalink
[DOCS] Adds TLS warning to rolling upgrades (#35841)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Nov 28, 2018
1 parent 5f389ea commit 09c9b27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/setup/bootstrap-checks-xes.asciidoc
Expand Up @@ -49,6 +49,7 @@ valid. The Distinguished Names (DNs) that are listed in the role mappings files
must also be valid.

[float]
[[bootstrap-checks-tls]]
=== SSL/TLS check
//See TLSLicenseBootstrapCheck.java

Expand Down
5 changes: 5 additions & 0 deletions docs/reference/upgrade/rolling_upgrade.asciidoc
Expand Up @@ -13,6 +13,11 @@ Upgrading from earlier 5.x versions requires a <<restart-upgrade,
full cluster restart>>. You must <<reindex-upgrade,reindex to upgrade>> from
versions prior to 5.x.

WARNING: If the {es} {security-features} are enabled on your 5.x cluster, before
you can do a rolling upgrade you must encrypt the internode-communication with
SSL/TLS, which requires a full cluster restart. For more information about this
requirement and the associated bootstrap check, see <<bootstrap-checks-tls>>.

To perform a rolling upgrade:

. *Disable shard allocation*.
Expand Down

0 comments on commit 09c9b27

Please sign in to comment.