Merge pull request #8152 from BenTheElder/ubuntu_docs_git_clone_fix

Fix https://github.com/GoogleCloudPlatform/kubernetes/issues/8147
pull/6/head
Rohit Jnagal 2015-05-13 13:22:38 -07:00
commit be71186c7b
1 changed files with 1 additions and 1 deletions

View File

@ -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`.