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

replace hack/build-go.sh with make
This commit is contained in:
Andrew Chen
2017-01-23 10:31:59 -08:00
committed by GitHub
+1 -1
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`