Merge pull request #139 from CaoShuFeng/README

update README
This commit is contained in:
Lantao Liu
2017-09-22 10:38:55 -07:00
committed by GitHub

View File

@@ -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.