File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -508,9 +508,9 @@ replica management to an HPA or other external controller.
508508
509509The `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:: :
You can’t perform that action at this time.
0 commit comments