Merge pull request #1149 from weiwei04/share_pid_namespace
share pid namespace for Pod container
This commit is contained in:
commit
d68da8929a
8 changed files with 96 additions and 2 deletions
|
@ -118,6 +118,9 @@ set the CPU profile file path
|
|||
**--pids-limit**=""
|
||||
Maximum number of processes allowed in a container (default: 1024)
|
||||
|
||||
**--disable-shared-pid-namespace**=""
|
||||
Disable using a shared PID namespace for containers in a pod (default: false)
|
||||
|
||||
**--root**=""
|
||||
The crio root dir (default: "/var/lib/containers/storage")
|
||||
|
||||
|
|
|
@ -87,6 +87,9 @@ Example:
|
|||
**pids_limit**=""
|
||||
Maximum number of processes allowed in a container (default: 1024)
|
||||
|
||||
**disable_shared_pid_namespace**=""
|
||||
Disable using a shared PID namespace for containers in a pod (default: false)
|
||||
|
||||
**runtime**=""
|
||||
OCI runtime path (default: "/usr/bin/runc")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue