Add missing options from man page
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
cb4c6004fc
commit
6fec37d708
1 changed files with 13 additions and 5 deletions
|
@ -6,8 +6,13 @@ crio - Enable OCI Kubernetes Container Runtime daemon
|
||||||
|
|
||||||
# SYNOPSIS
|
# SYNOPSIS
|
||||||
**crio**
|
**crio**
|
||||||
|
[**--apparmor-profile**=[*value*]]
|
||||||
|
[**--cgroup-manager**=[*value*]]
|
||||||
|
[**--cni-config-dir**=[*value*]]
|
||||||
|
[**--cni-plugin-dir**=[*value*]]
|
||||||
[**--config**=[*value*]]
|
[**--config**=[*value*]]
|
||||||
[**--conmon**=[*value*]]
|
[**--conmon**=[*value*]]
|
||||||
|
[**--cpu-profile**=[*value*]]
|
||||||
[**--debug**]
|
[**--debug**]
|
||||||
[**--default-transport**=[*value*]]
|
[**--default-transport**=[*value*]]
|
||||||
[**--help**|**-h**]
|
[**--help**|**-h**]
|
||||||
|
@ -19,14 +24,11 @@ crio - Enable OCI Kubernetes Container Runtime daemon
|
||||||
[**--root**=[*value*]]
|
[**--root**=[*value*]]
|
||||||
[**--runroot**=[*value*]]
|
[**--runroot**=[*value*]]
|
||||||
[**--runtime**=[*value*]]
|
[**--runtime**=[*value*]]
|
||||||
|
[**--seccomp-profile**=[*value*]]
|
||||||
|
[**--selinux**]
|
||||||
[**--signature-policy**=[*value*]]
|
[**--signature-policy**=[*value*]]
|
||||||
[**--storage-driver**=[*value*]]
|
[**--storage-driver**=[*value*]]
|
||||||
[**--storage-opt**=[*value*]]
|
[**--storage-opt**=[*value*]]
|
||||||
[**--selinux**]
|
|
||||||
[**--seccomp-profile**=[*value*]]
|
|
||||||
[**--apparmor-profile**=[*value*]]
|
|
||||||
[**---cni-config-dir**=[*value*]]
|
|
||||||
[**---cni-plugin-dir**=[*value*]]
|
|
||||||
[**--version**|**-v**]
|
[**--version**|**-v**]
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
@ -50,12 +52,18 @@ crio is meant to provide an integration path between OCI conformant runtimes and
|
||||||
**--apparmor_profile**=""
|
**--apparmor_profile**=""
|
||||||
Name of the apparmor profile to be used as the runtime's default (default: "crio-default")
|
Name of the apparmor profile to be used as the runtime's default (default: "crio-default")
|
||||||
|
|
||||||
|
**--cgroup-manager**=""
|
||||||
|
cgroup manager (cgroupfs or systemd)
|
||||||
|
|
||||||
**--config**=""
|
**--config**=""
|
||||||
path to configuration file
|
path to configuration file
|
||||||
|
|
||||||
**--conmon**=""
|
**--conmon**=""
|
||||||
path to the conmon executable (default: "/usr/local/libexec/crio/conmon")
|
path to the conmon executable (default: "/usr/local/libexec/crio/conmon")
|
||||||
|
|
||||||
|
**--cpu-profile**=""
|
||||||
|
set the CPU profile file path
|
||||||
|
|
||||||
**--debug**
|
**--debug**
|
||||||
Enable debug output for logging
|
Enable debug output for logging
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue