replace hack/build-go.sh with make

reviewable/pr2111/r1
tanshanshan 2017-01-03 16:46:57 +08:00
parent 476fbee334
commit a95cfcddf2
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ and build the source.
```shell
git clone https://github.com/kubernetes/kubernetes.git
cd kubernetes
hack/build-go.sh
make
```
Create a container image containing the kube-scheduler binary. Here is the `Dockerfile`