From 7f6580dbea433c7a38fddb14888f4c874aeb8171 Mon Sep 17 00:00:00 2001 From: Deyuan Deng Date: Sun, 2 Nov 2014 20:13:43 -0500 Subject: [PATCH] Fix DESIGN.md link, and etcd installation instruction. --- README.md | 4 ++-- docs/devel/development.md | 13 +------------ docs/getting-started-guides/locally.md | 4 ++-- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index c4dd23d39b..c48b43758b 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ While the concepts and architecture in Kubernetes represent years of experience * The following clouds are currently broken at Kubernetes head. Please sync your client to `v0.3` (`git checkout v0.3`) to use these: * [Microsoft Azure](docs/getting-started-guides/azure.md) -* [Kubernetes 101](https://github.com/GoogleCloudPlatform/kubernetes/tree/master/examples/walkthrough) -* [kubecfg command line tool](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/cli.md) +* [Kubernetes 101](examples/walkthrough) +* [kubecfg command line tool](docs/cli.md) * [Kubernetes API Documentation](http://cdn.rawgit.com/GoogleCloudPlatform/kubernetes/31a0daae3627c91bc96e1f02a6344cd76e294791/api/kubernetes.html) * [Kubernetes Client Libraries](docs/client-libraries.md) * [Discussion and Community Support](#community-discussion-and-support) diff --git a/docs/devel/development.md b/docs/devel/development.md index 220c93714a..38635ace70 100644 --- a/docs/devel/development.md +++ b/docs/devel/development.md @@ -100,18 +100,7 @@ godep go tool cover -html=target/c.out ## Integration tests -You need an etcd somewhere in your PATH. To install etcd, run: - -``` -cd kubernetes -hack/travis/install-etcd.sh -sudo ln -s $(pwd)/third_party/etcd/bin/etcd /usr/bin/etcd -``` - -``` -cd kubernetes -hack/test-integration.sh -``` +You need an [etcd](https://github.com/coreos/etcd/releases/tag/v0.4.6) in your path, please make sure it is installed and in your ``$PATH``. ## End-to-End tests diff --git a/docs/getting-started-guides/locally.md b/docs/getting-started-guides/locally.md index 09ba5cf274..1ec2c6f9d2 100644 --- a/docs/getting-started-guides/locally.md +++ b/docs/getting-started-guides/locally.md @@ -1,6 +1,6 @@ ## Getting started locally -### Requirements +### Requirements #### Linux @@ -12,7 +12,7 @@ At least [Docker](https://docs.docker.com/installation/#installation) 1.0.0+. En #### etcd -You need an [etcd](https://github.com/coreos/etcd) somewhere in your path. Get the [latest release](https://github.com/coreos/etcd/releases/) and place it in `/usr/bin`. +You need an [etcd](https://github.com/coreos/etcd/releases/tag/v0.4.6) in your path, please make sure it is installed and in your ``$PATH``. ### Starting the cluster