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:
Mrunal Patel 2017-11-17 16:52:06 -08:00
parent e23723d62e
commit 946307e5c2
8 changed files with 17 additions and 17 deletions

View file

@ -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")