We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0bd1df + b18ddc8 commit 92a3294Copy full SHA for 92a3294
README.md
@@ -76,9 +76,11 @@ Refer [heapster docs](https://github.com/kubernetes/heapster/blob/master/docs/so
76
Run `make` in the top directory. It will:
77
* Build the binary.
78
* Build the docker image. The binary and `config/` are copied into the docker image.
79
-* Upload the docker image to registry. By default, the image will be uploaded to
+
80
+## Push Image
81
+`make push` uploads the docker image to registry. By default, the image will be uploaded to
82
`gcr.io/google_containers`. It's easy to modify the `Makefile` to push the image
-to another registry
83
+to another registry.
84
85
## Start DaemonSet
86
* Create a file node-problem-detector.yaml with the following yaml.
0 commit comments