Merge pull request #2111 from tanshanshan/replace-scheduler-command

replace hack/build-go.sh with make
reviewable/pr2302/r1
Andrew Chen 2017-01-23 10:31:59 -08:00 committed by GitHub
commit 169c525e0a
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`