mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
Merge pull request #7583 from erictune/servicedoc
Document session affinity option.
This commit is contained in:
commit
248508ca9b
@ -109,6 +109,9 @@ appropriate backend without the clients knowing anything about Kubernetes or
|
||||
|
||||

|
||||
|
||||
By default, the choice of backend is random. Client-IP-based session affinity
|
||||
can be selected by setting `service.spec.sessionAffinity` to `"ClientIP"`.
|
||||
|
||||
### Why not use round-robin DNS?
|
||||
|
||||
A question that pops up every now and then is why we do all this stuff with
|
||||
|
Loading…
Reference in New Issue
Block a user