From b18ddc86d235ed734f55bc22e9cec6324340e28e Mon Sep 17 00:00:00 2001 From: Cao Shufeng Date: Tue, 19 Sep 2017 15:01:24 +0800 Subject: [PATCH] update README update description about `Build Image`. When running `make`, it will not push image to registry. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50b854780..048501a9a 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,11 @@ Refer [heapster docs](https://github.com/kubernetes/heapster/blob/master/docs/so Run `make` in the top directory. It will: * Build the binary. * Build the docker image. The binary and `config/` are copied into the docker image. -* Upload the docker image to registry. By default, the image will be uploaded to + +## Push Image +`make push` uploads the docker image to registry. By default, the image will be uploaded to `gcr.io/google_containers`. It's easy to modify the `Makefile` to push the image -to another registry +to another registry. ## Start DaemonSet * Create a file node-problem-detector.yaml with the following yaml.