We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43774eb + 5ce5cc2 commit 0349721Copy full SHA for 0349721
contributors/devel/running-locally.md
@@ -59,10 +59,10 @@ PATH=$PATH:$GOPATH/bin
59
In order to run kubernetes you must have the kubernetes code on the local machine. Cloning this repository is sufficient.
60
61
```sh
62
-git clone --depth=1 https://github.com/kubernetes/kubernetes.git
+git clone --filter=blob:none https://github.com/kubernetes/kubernetes.git
63
```
64
65
-The `--depth=1` parameter is optional and will ensure a smaller download.
+The `--filter=blob:none` parameter is optional and will ensure a smaller download.
66
67
## Starting the cluster
68
0 commit comments