Skip to content

Commit 70c4c52

Browse files
Updates docs with new support for primary cookie name in istio router
Signed-off-by: Renato Vassão <renato.vassao@mindbodyonline.com>
1 parent f3b240c commit 70c4c52

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/gitbook/tutorials/istio-progressive-delivery.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,9 @@ You can load `app.example.com` in your browser and refresh it until you see the
404404
All subsequent requests after that will be served by `podinfo:6.0.1` and not `podinfo:6.0.0` because of the session affinity
405405
configured by Flagger with Istio.
406406

407+
To configure stickiness for the Primary deployment to ensure fair weighted traffic routing, please
408+
checkout the [deployment strategies docs](../usage/deployment-strategies.md#canary-release-with-session-affinity).
409+
407410
## Traffic mirroring
408411

409412
![Flagger Canary Traffic Shadowing](https://raw.githubusercontent.com/fluxcd/flagger/main/docs/diagrams/flagger-canary-traffic-mirroring.png)

docs/gitbook/usage/deployment-strategies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ can also configure stickiness for the Primary deployment. You can configure this
474474
primaryCookieName: primary-flagger-cookie
475475
```
476476

477-
> Note: This is only supported for the Gateway API provider for now.
477+
> Note: This is only supported for the Gateway API and Istio providers for now.
478478

479479
Let's understand what the above configuration does. All the session affinity stuff in the above section
480480
still occurs, but now the response header for requests routed to the primary deployment also include a

0 commit comments

Comments
 (0)