From 1402a63150db8cc6f66a28d38166f9abcc8790a4 Mon Sep 17 00:00:00 2001 From: qiaolei Date: Tue, 8 Sep 2015 15:17:42 +0800 Subject: [PATCH] change 'random' to 'round robin' for the choice of a service backend --- docs/user-guide/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/services.md b/docs/user-guide/services.md index 2badff776a..53a328e3c4 100644 --- a/docs/user-guide/services.md +++ b/docs/user-guide/services.md @@ -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"`).