From 7d3e28e7d5f249f978480429934cc375f78bd8ea Mon Sep 17 00:00:00 2001 From: Erwin van Eyk Date: Tue, 29 Mar 2016 16:20:15 +0200 Subject: [PATCH] Advice a shallow clone to reduce download --- 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 048055daca..325ab34b5a 100644 --- a/docs/getting-started-guides/ubuntu.md +++ b/docs/getting-started-guides/ubuntu.md @@ -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