Skip to content

Commit 09c9b27

Browse files
committed
[DOCS] Adds TLS warning to rolling upgrades (#35841)
1 parent 5f389ea commit 09c9b27

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/reference/setup/bootstrap-checks-xes.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ valid. The Distinguished Names (DNs) that are listed in the role mappings files
4949
must also be valid.
5050

5151
[float]
52+
[[bootstrap-checks-tls]]
5253
=== SSL/TLS check
5354
//See TLSLicenseBootstrapCheck.java
5455

docs/reference/upgrade/rolling_upgrade.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Upgrading from earlier 5.x versions requires a <<restart-upgrade,
1313
full cluster restart>>. You must <<reindex-upgrade,reindex to upgrade>> from
1414
versions prior to 5.x.
1515

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

1823
. *Disable shard allocation*.

0 commit comments

Comments
 (0)