From 647d997bebe6f19f7af9e0a2c81128dcfd820321 Mon Sep 17 00:00:00 2001 From: alinashklyar Date: Tue, 4 Nov 2025 11:44:39 +0400 Subject: [PATCH 1/2] add explanation to rollout progress --- _docs/deployments/gitops/monitor-applications.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_docs/deployments/gitops/monitor-applications.md b/_docs/deployments/gitops/monitor-applications.md index 51d5c46d9..b694f4cb2 100644 --- a/_docs/deployments/gitops/monitor-applications.md +++ b/_docs/deployments/gitops/monitor-applications.md @@ -613,6 +613,17 @@ caption="Rollout completed for deployment" max-width="50%" %} +#### Rollout traffic weights +When traffic management is enabled in your environment, Codefresh displays accurate traffic weights during a progressive rollout. This means that as your new version is gradually promoted, you can observe the exact percentage of traffic directed to the new and stable versions. + +> **NOTE** +> Accurate traffic weights are only displayed if traffic management is configured and used in your rollout strategy. +> +> If traffic management is not used, Codefresh reports simplified, static weights: +> +> - 100 - 0 for a progressing rollout +> - 0 - 100 for a healthy finished rollout + #### Manage ongoing rollout Click the rollout name to visualize its steps. Manually manage the rollout through the controls in the Rollout Player. Here you can see that two out of four steps have been completed, 25% of the traffic has been routed, and the rollout has been paused for the defined length of time. From 25d98719cc36d6cbc0fde2e78fcd5498b4db0931 Mon Sep 17 00:00:00 2001 From: alinashklyar Date: Tue, 4 Nov 2025 12:47:07 +0400 Subject: [PATCH 2/2] wip --- _docs/deployments/gitops/monitor-applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/deployments/gitops/monitor-applications.md b/_docs/deployments/gitops/monitor-applications.md index b694f4cb2..6089a19c1 100644 --- a/_docs/deployments/gitops/monitor-applications.md +++ b/_docs/deployments/gitops/monitor-applications.md @@ -614,7 +614,7 @@ max-width="50%" %} #### Rollout traffic weights -When traffic management is enabled in your environment, Codefresh displays accurate traffic weights during a progressive rollout. This means that as your new version is gradually promoted, you can observe the exact percentage of traffic directed to the new and stable versions. +When traffic management is enabled in your rollout strategy, Codefresh displays accurate traffic weights during a progressive rollout. This means that as your new version is gradually promoted, you can observe the exact percentage of traffic directed to the new and stable versions. > **NOTE** > Accurate traffic weights are only displayed if traffic management is configured and used in your rollout strategy.