Skip to content

Commit 0d4a001

Browse files
GlenRSmithjrodewig
andcommitted
[DOCS] Clarify cluster health status during rolling upgrade (#40757)
Remove mention of the `yellow` and `red` starting health status from the rolling upgrade docs. Instead, we should emphasize that users wait for the node to recover with a health status of `green` rather than the starting status. Co-authored-by: James Rodewig <[email protected]>
1 parent 9b1fe93 commit 0d4a001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/upgrade/rolling_upgrade.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ You can check progress by submitting a <<cat-health,`_cat/health`>> request:
142142
GET _cat/health?v
143143
--------------------------------------------------
144144

145-
Wait for the `status` column to switch from `yellow` to `green`. Once the
146-
node is `green`, all primary and replica shards have been allocated.
145+
Wait for the `status` column to switch to `green`. Once the node is `green`, all
146+
primary and replica shards have been allocated.
147147

148148
[IMPORTANT]
149149
====================================================

0 commit comments

Comments
 (0)