Advice a shallow clone to reduce download

pull/261/head
Erwin van Eyk 2016-03-29 16:20:15 +02:00
parent 2448450dc7
commit 7d3e28e7d5
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Ubuntu 15 which uses systemd instead of upstart.
Clone the kubernetes github repo locally
```shell
$ git clone https://github.com/kubernetes/kubernetes.git
$ git clone --depth 1 https://github.com/kubernetes/kubernetes.git
```
#### Configure and start the Kubernetes cluster