Merge pull request #1149 from weiwei04/share_pid_namespace

share pid namespace for Pod container
This commit is contained in:
Mrunal Patel 2017-11-17 08:12:49 -10:00 committed by GitHub
commit d68da8929a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 96 additions and 2 deletions

View file

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

View file

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