mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
change 'random' to 'round robin' for the choice of a service backend
This commit is contained in:
parent
e6e69e31ec
commit
1402a63150
@ -219,7 +219,7 @@ appropriate backend without the clients knowing anything about Kubernetes or
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
By default, the choice of backend is random. Client-IP based session affinity
|
By default, the choice of backend is round robin. Client-IP based session affinity
|
||||||
can be selected by setting `service.spec.sessionAffinity` to `"ClientIP"` (the
|
can be selected by setting `service.spec.sessionAffinity` to `"ClientIP"` (the
|
||||||
default is `"None"`).
|
default is `"None"`).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user