Skip to content

Commit 0349721

Browse files
authored
Merge pull request #7194 from BenTheElder/depth-nop
stop suggesting depth=1, suggest filter=blob:none instead
2 parents 43774eb + 5ce5cc2 commit 0349721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributors/devel/running-locally.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ PATH=$PATH:$GOPATH/bin
5959
In order to run kubernetes you must have the kubernetes code on the local machine. Cloning this repository is sufficient.
6060

6161
```sh
62-
git clone --depth=1 https://github.com/kubernetes/kubernetes.git
62+
git clone --filter=blob:none https://github.com/kubernetes/kubernetes.git
6363
```
6464

65-
The `--depth=1` parameter is optional and will ensure a smaller download.
65+
The `--filter=blob:none` parameter is optional and will ensure a smaller download.
6666

6767
## Starting the cluster
6868

0 commit comments

Comments
 (0)