Skip to content

Commit 736c519

Browse files
authored
Merge pull request #7256 from phosae/phosae-make-kubemark-bin
improve kubemark binary building
2 parents 1edda3d + 9d6941e commit 736c519

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contributors/devel/sig-scalability/kubemark-setup-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ git clone [email protected]:kubernetes/kubernetes.git
2424
- ii. build kubemark binary
2525

2626
```
27-
./hack/build-go.sh cmd/kubemark/
27+
cd kubernetes
28+
make all WHAT=cmd/kubemark
2829
cp $GOPATH/src/k8s.io/kubernetes/_output/bin/kubemark $GOPATH/src/k8s.io/kubernetes/cluster/images/kubemark/
2930
```
3031

0 commit comments

Comments
 (0)