Show clusterIP in Services diagrams instead of ServiceIP (#10663)
* Use clusterIP instead of ServiceIP in graphs and documentation Using ServiceIP instead of clusterIP in images can be confusing when they're showing the clusterIP. Since the SVGs are updated, the "Note" is now redundant. * Update out-dated service diagram PNGs
This commit is contained in:
committed by
k8s-ci-robot
parent
5e1579a199
commit
544e9e4089
@@ -173,8 +173,6 @@ 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
|
||||
@@ -192,8 +190,6 @@ having working [readiness probes](/docs/tasks/configure-pod-container/configure-
|
||||
|
||||

|
||||
|
||||
Note that in the above diagram, `clusterIP` is shown as `ServiceIP`.
|
||||
|
||||
### Proxy-mode: ipvs
|
||||
|
||||
{{< feature-state for_k8s_version="v1.9" state="beta" >}}
|
||||
|
||||
Reference in New Issue
Block a user