Moving images for docs to /images/docs and using absolute paths site-wide for images

This commit is contained in:
John Mulhausen
2016-02-17 03:11:57 -08:00
parent 25d4daff37
commit 889b8d82f2
49 changed files with 49 additions and 62 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ The steps involved are as follows:
* [Setting up master-elected Kubernetes scheduler and controller-manager daemons](#master-elected-components)
Here's what the system should look like when it's finished:
![High availability Kubernetes diagram](high-availability/ha.png)
![High availability Kubernetes diagram](/images/docs/ha.png)
Ready? Let's get started.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

+1 -1
View File
@@ -4,7 +4,7 @@ title: "Kubernetes OpenVSwitch GRE/VxLAN networking"
This document describes how OpenVSwitch is used to setup networking between pods across nodes.
The tunnel type could be GRE or VxLAN. VxLAN is preferable when large scale isolation needs to be performed within the network.
![ovs-networking](ovs-networking.png "OVS Networking")
![OVS Networking](/images/docs/ovs-networking.png)
The vagrant setup in Kubernetes does the following:
Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB