From e948e1db38d4991d994589bbc0b0de8f6895529e Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Tue, 3 May 2016 14:45:28 -0600 Subject: [PATCH] Update etcd clustering documentation link The clustering documentation for etcd has moved, this updates it to the new location within the coreos/etcd repo. --- docs/admin/high-availability/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/high-availability/index.md b/docs/admin/high-availability/index.md index 66adcdd1bc..584a141889 100644 --- a/docs/admin/high-availability/index.md +++ b/docs/admin/high-availability/index.md @@ -27,7 +27,7 @@ The steps involved are as follows: * [Starting replicated, load balanced Kubernetes API servers](#replicated-api-servers) * [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: +Here's what the system should look like when it's finished: ![High availability Kubernetes diagram](/images/docs/ha.svg) @@ -78,7 +78,7 @@ size of the cluster from three to five nodes. If that is still insufficient, yo ### Clustering etcd The full details of clustering etcd are beyond the scope of this document, lots of details are given on the -[etcd clustering page](https://github.com/coreos/etcd/blob/master/Documentation/clustering.md). This example walks through +[etcd clustering page](https://github.com/coreos/etcd/blob/master/Documentation/op-guide/clustering.md). This example walks through a simple cluster set up, using etcd's built in discovery to build our cluster. First, hit the etcd discovery service to create a new token: