From 18f6a6486f2df0beb567fe29fa4902908d474391 Mon Sep 17 00:00:00 2001 From: hridyesh bisht <41201308+kakabisht@users.noreply.github.com> Date: Thu, 26 Jun 2025 16:10:24 +0530 Subject: [PATCH] Update docs/rollout.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Corentin Néau --- docs/rollout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rollout.md b/docs/rollout.md index e10177269..144c2a874 100644 --- a/docs/rollout.md +++ b/docs/rollout.md @@ -243,7 +243,7 @@ If partition-level rollout values are not defined, Fleet applies the global valu By default, Fleet sets: * `maxUnavailable` to `100%`: All clusters in a partition can be `NotReady` and still be considered Ready. -* `maxUnavailablePartitions` to `0`: Prevents rollout only when one or more partitions are considered `NotReady`. However, this check is ineffective if all partitions appear Ready due to `maxUnavailable: 100%`. | +* `maxUnavailablePartitions` to `0`: Prevents rollout only when one or more partitions are considered `NotReady`. However, this check is ineffective if all partitions appear Ready due to `maxUnavailable: 100%`. For example, consider 200 clusters with default settings: