Merge pull request #8152 from BenTheElder/ubuntu_docs_git_clone_fix
Fix https://github.com/GoogleCloudPlatform/kubernetes/issues/8147
This commit is contained in:
@@ -19,7 +19,7 @@ This document describes how to deploy kubernetes on ubuntu nodes, including 1 ma
|
|||||||
### **Main Steps**
|
### **Main Steps**
|
||||||
#### I. Make *kubernetes* , *etcd* and *flanneld* binaries
|
#### 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 `$ cd kubernetes/cluster/ubuntu`.
|
||||||
|
|
||||||
Then run `$ ./build.sh`, this will download all the needed binaries into `./binaries`.
|
Then run `$ ./build.sh`, this will download all the needed binaries into `./binaries`.
|
||||||
|
Reference in New Issue
Block a user