Make pid namespace sharing optional and disabled by default
We reverse the logic so that pid ns sharing is disabled by default. Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
e23723d62e
commit
946307e5c2
8 changed files with 17 additions and 17 deletions
|
@ -118,8 +118,8 @@ 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)
|
||||
**--enable-shared-pid-namespace**=""
|
||||
Enable using a shared PID namespace for containers in a pod (default: false)
|
||||
|
||||
**--root**=""
|
||||
The crio root dir (default: "/var/lib/containers/storage")
|
||||
|
|
|
@ -87,8 +87,8 @@ 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)
|
||||
**enable_shared_pid_namespace**=""
|
||||
Enable 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