From 17f9693350f6c5ac240556536af92a890f5b246a Mon Sep 17 00:00:00 2001 From: Trevor Pounds Date: Mon, 14 Sep 2015 17:21:40 -0700 Subject: [PATCH] Fix scratch doc links to hosted etcd images. --- docs/getting-started-guides/scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/scratch.md b/docs/getting-started-guides/scratch.md index b9841bff754..5b2e2d536e4 100644 --- a/docs/getting-started-guides/scratch.md +++ b/docs/getting-started-guides/scratch.md @@ -240,7 +240,7 @@ You have several choices for Kubernetes images: For etcd, you can: - Use images hosted on Google Container Registry (GCR), such as `gcr.io/google_containers/etcd:2.0.12` -- Use images hosted on [Docker Hub](https://registry.hub.docker.com/u/coreos/etcd/) or [quay.io](https://registry.hub.docker.com/u/coreos/etcd/) +- Use images hosted on [Docker Hub](https://hub.docker.com/search/?q=etcd) or [Quay.io](https://quay.io/repository/coreos/etcd), such as `quay.io/coreos/etcd:v2.2.0` - Use etcd binary included in your OS distro. - Build your own image - You can do: `cd kubernetes/cluster/images/etcd; make`