Merge pull request #6770 from tengqm/fix-1286

Clarify the meaning of 'ServiceIP' in diagrams
This commit is contained in:
Joseph Heck 2018-01-07 14:08:22 -08:00 committed by GitHub
commit 6ff2d3067b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -171,6 +171,8 @@ By default, the choice of backend is round robin.
![Services overview diagram for userspace proxy](/images/docs/services-userspace-overview.svg)
Note that in the above diagram, `clusterIP` is shown as `ServiceIP`.
### Proxy-mode: iptables
In this mode, kube-proxy watches the Kubernetes master for the addition and
@ -188,6 +190,8 @@ having working [readiness probes](/docs/tasks/configure-pod-container/configure-
![Services overview diagram for iptables proxy](/images/docs/services-iptables-overview.svg)
Note that in the above diagram, `clusterIP` is shown as `ServiceIP`.
### Proxy-mode: ipvs
{% assign for_k8s_version="v1.9" %}{% include feature-state-beta.md %}