Merge pull request #6770 from tengqm/fix-1286
Clarify the meaning of 'ServiceIP' in diagrams
This commit is contained in:
commit
6ff2d3067b
|
@ -171,6 +171,8 @@ By default, the choice of backend is round robin.
|
|||
|
||||

|
||||
|
||||
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-
|
|||
|
||||

|
||||
|
||||
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 %}
|
||||
|
|
Loading…
Reference in New Issue