[DOCS] Adds TLS warning to rolling upgrades (#35841)

This commit is contained in:
Lisa Cawley 2018-11-28 09:38:58 -08:00 committed by GitHub
parent daef498cd9
commit a72430e1ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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*.