From 4ecb0193f2c8db23677d895c1287a011b5696ba5 Mon Sep 17 00:00:00 2001 From: BenTheElder Date: Tue, 12 May 2015 20:25:38 -0400 Subject: [PATCH] Fixes https://github.com/GoogleCloudPlatform/kubernetes/issues/8147 --- docs/getting-started-guides/ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/ubuntu.md b/docs/getting-started-guides/ubuntu.md index 1d1c1c1f03f..ca98c01d632 100644 --- a/docs/getting-started-guides/ubuntu.md +++ b/docs/getting-started-guides/ubuntu.md @@ -19,7 +19,7 @@ This document describes how to deploy kubernetes on ubuntu nodes, including 1 ma ### **Main Steps** #### I. Make *kubernetes* , *etcd* and *flanneld* binaries -First clone the kubernetes github repo, `$ git clone git@github.com:GoogleCloudPlatform/kubernetes.git` +First clone the kubernetes github repo, `$ git clone https://github.com/GoogleCloudPlatform/kubernetes.git` then `$ cd kubernetes/cluster/ubuntu`. Then run `$ ./build.sh`, this will download all the needed binaries into `./binaries`.