Fix trivial typo in IPVS proxy mode explanation (#17446)

This commit fixes trivial typo in explanation of IPVS proxy mode.
pull/17456/head
vanou 2019-11-06 15:25:50 +09:00 committed by Kubernetes Prow Robot
parent 3c26a162fb
commit fabfd3f886
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ about Kubernetes or Services or Pods.
If you want to make sure that connections from a particular client
are passed to the same Pod each time, you can select the session affinity based
the on client's IP addresses by setting `service.spec.sessionAffinity` to "ClientIP"
on client's IP addresses by setting `service.spec.sessionAffinity` to "ClientIP"
(the default is "None").
You can also set the maximum session sticky time by setting
`service.spec.sessionAffinityConfig.clientIP.timeoutSeconds` appropriately.