Skip to content

Commit 1eb0047

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 1b7e778 commit 1eb0047

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
@@ -145,8 +145,8 @@ You can check progress by submitting a <<cat-health,`_cat/health`>> request:
145145
GET _cat/health?v
146146
--------------------------------------------------
147147

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

151151
[IMPORTANT]
152152
====================================================

0 commit comments

Comments
 (0)