Skip to content

Commit 71180ea

Browse files
Tim BannisterTamilselvan Thangamony
andcommitted
Commit rendered images for virtual IPs reference
- Convert text to curves - Slight tweaks Co-Authored-By: Tamilselvan Thangamony <[email protected]>
1 parent ae0089a commit 71180ea

File tree

3 files changed

+1463
-10
lines changed

3 files changed

+1463
-10
lines changed

content/en/docs/reference/networking/virtual-ips.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ to verify that backend Pods are working OK, so that kube-proxy in iptables mode
8787
only sees backends that test out as healthy. Doing this means you avoid
8888
having traffic sent via kube-proxy to a Pod that's known to have failed.
8989

90-
{{< figure src="/images/docs/services-iptables-overview.svg" title="Services overview diagram for iptables proxy" class="diagram-medium" >}}
90+
{{< figure src="/images/docs/services-iptables-overview.svg" title="Virtual IP mechanism for Services, using iptables mode" class="diagram-medium" >}}
9191

9292
#### Example {#packet-processing-iptables}
9393

@@ -147,7 +147,7 @@ kernel modules are available. If the IPVS kernel modules are not detected, then
147147
falls back to running in iptables proxy mode.
148148
{{< /note >}}
149149

150-
{{< figure src="/images/docs/services-ipvs-overview.svg" title="Services overview diagram for IPVS proxy" class="diagram-medium" >}}
150+
{{< figure src="/images/docs/services-ipvs-overview.svg" title="Virtual IP address mechanism for Services, using IPVS mode" class="diagram-medium" >}}
151151

152152
## Session affinity
153153

0 commit comments

Comments
 (0)