Skip to content

Commit

Permalink
Man: add --enable-metrics and --metrics-port.
Browse files Browse the repository at this point in the history
Signed-off-by: François Cami <fcami@fedoraproject.org>
  • Loading branch information
fcami committed Oct 19, 2018
1 parent 0db4c4d commit 36dedcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/crio.8.md
Expand Up @@ -16,13 +16,15 @@ crio
[--conmon=[value]]
[--cpu-profile=[value]]
[--default-transport=[value]]
[--enable-metrics]
[--gid-mappings=[value]]
[--help|-h]
[--insecure-registry=[value]]
[--listen=[value]]
[--log=[value]]
[--log-format value]
[--log-level value]
[--metrics-port value]
[--pause-command=[value]]
[--pause-image=[value]]
[--read-only]
Expand Down Expand Up @@ -74,6 +76,8 @@ crio [GLOBAL OPTIONS] config [OPTIONS]

**--default-transport**: A prefix to prepend to image names that can't be pulled as-is.

**--enable-metrics**: Enable metrics endpoint. Default is localhost:9090

**--gid-mappings**: Specify the GID mappings to use for user namespace.

**--help, -h**: Print usage statement
Expand All @@ -100,6 +104,8 @@ crio [GLOBAL OPTIONS] config [OPTIONS]

**--log-size-max**="": Maximum log size in bytes for a container (default: -1 (no limit)). If it is positive, it must be >= 8192 (to match/exceed conmon read buffer).

**--metrics-port**="": Port for the metrics endpoint (default: 9090)

**--pause-command**="": Path to the pause executable in the pause image (default: "/pause")

**--pause-image**="": Image which contains the pause executable (default: "kubernetes/pause")
Expand Down

0 comments on commit 36dedcc

Please sign in to comment.