Clarify the meaning of 'ServiceIP' in diagrams

This PR is to address the concern about labels used in service diagrams.
The PR adds a note to explain the `ServiceIP` shown in the figure
instead of redrawing and pushing a new diagram.
This commit is contained in:
Qiming Teng
2017-12-26 11:30:11 +08:00
parent c8811889c8
commit caa7dfb52f
@@ -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 %}