Skip to content

Commit 143512f

Browse files
yroblaCopilot
andauthored
Update docs/toolhive/guides-k8s/run-mcp-k8s.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7e46619 commit 143512f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/toolhive/guides-k8s/run-mcp-k8s.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -508,9 +508,9 @@ replica management to an HPA or other external controller.
508508

509509
The `SessionStorageWarning` condition fires only when `spec.replicas > 1`
510510
(multiple proxy runner pods). It does not fire when only `backendReplicas > 1`,
511-
but client-IP affinity is unreliable behind NAT or shared egress IPs. For
512-
stateful workloads or when per-session routing must remain consistent across
513-
backend pods, Redis session storage is strongly recommended when
511+
but `sessionAffinity: ClientIP` is unreliable behind NAT or shared egress IPs.
512+
For stateful workloads or when per-session routing must remain consistent
513+
across backend pods, Redis session storage is strongly recommended when
514514
`backendReplicas > 1`. Stateless workloads can use `sessionAffinity: None`.
515515

516516
:::

0 commit comments

Comments
 (0)