From caa7dfb52f6b6d28f36cfcdc7a5d5e88482941a9 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Tue, 26 Dec 2017 11:30:11 +0800 Subject: [PATCH] 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. --- docs/concepts/services-networking/service.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/concepts/services-networking/service.md b/docs/concepts/services-networking/service.md index ddbca9c9a0..289c7021a9 100644 --- a/docs/concepts/services-networking/service.md +++ b/docs/concepts/services-networking/service.md @@ -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 %}