Commit cfa5e516 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #13655 from Huawei-PaaS/change_random_to_roundrobin_in_services_md

Auto commit by PR queue bot
parents 5adae4e4 1402a631
......@@ -219,7 +219,7 @@ appropriate backend without the clients knowing anything about Kubernetes or
![Services overview diagram](services-overview.png)
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
default is `"None"`).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment