Skip to content

Commit 04fbe15

Browse files
authored
Merge pull request #64 from ApsOps/patch-1
Fix "Flags usage" in README
2 parents d27a480 + d9cb2e3 commit 04fbe15

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,15 @@ List of supported problem daemons:
5353

5454
# Usage
5555
## Flags
56-
* `-apiserver-override`: An URI parameter used to customize how node-problem-detector
57-
connects the apiserver. The format is the same with the
56+
* `--apiserver-override`: A URI parameter used to customize how node-problem-detector
57+
connects the apiserver. The format is same as the
5858
[`source`](https://github.com/kubernetes/heapster/blob/master/docs/source-configuration.md#kubernetes)
59-
flag of [Heapster](https://github.com/kubernetes/heapster):
59+
flag of [Heapster](https://github.com/kubernetes/heapster).
60+
For example, to run without auth, use the following config:
6061
```
61-
http://APISERVER_IP:APISERVER_PORT?inClusterConfig=false&userServiceAccount=false&auth=&insecure=
62+
http://APISERVER_IP:APISERVER_PORT?inClusterConfig=false
6263
```
64+
Refer [heapster docs](https://github.com/kubernetes/heapster/blob/1e40b0f4b5eeb3f02e11ee22c2b6fda36b6e6ea1/docs/source-configuration.md#kubernetes) for a complete list of available options.
6365

6466
## Build Image
6567
Run `make` in the top directory. It will:

0 commit comments

Comments
 (0)