From 66663c2aaf6e08fda8e81544eb0274164e302343 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 16 Oct 2025 18:34:50 +0300 Subject: [PATCH] Update traffic routing Signed-off-by: Stefan Prodan --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 8f18fec8..f987e25c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,7 +9,7 @@ features: - title: Safer Releases details: Reduce the risk of introducing a new software version in production by gradually shifting traffic to the new version while measuring metrics like HTTP/gRPC request success rate and latency. - title: Flexible Traffic Routing - details: Shift and route traffic between app versions using an ingress controller or a service mesh compatible with Kubernetes Gateway API. + details: Shift and route traffic between app versions automatically using an ingress controller or a service mesh compatible with Kubernetes Gateway API. - title: Extensible Validation details: Besides the builtin metrics checks, you can extend your application analysis with custom metrics and webhooks for running acceptance tests, load tests, or any other custom validation. footer: Apache License 2.0 | Copyright © 2018-2025 The Flux authors