replace hack/build-go.sh with make

This commit is contained in:
tanshanshan
2017-01-03 16:46:57 +08:00
parent 476fbee334
commit a95cfcddf2
+1 -1
View File
@@ -26,7 +26,7 @@ and build the source.
```shell ```shell
git clone https://github.com/kubernetes/kubernetes.git git clone https://github.com/kubernetes/kubernetes.git
cd kubernetes cd kubernetes
hack/build-go.sh make
``` ```
Create a container image containing the kube-scheduler binary. Here is the `Dockerfile` Create a container image containing the kube-scheduler binary. Here is the `Dockerfile`