share pid namespace for Pod container
Signed-off-by: Wei Wei <weiwei.inf@gmail.com>
This commit is contained in:
parent
e7471600f8
commit
702ab3ee3a
8 changed files with 96 additions and 2 deletions
|
@ -115,6 +115,9 @@ default_mounts = [
|
|||
# pids_limit is the number of processes allowed in a container
|
||||
pids_limit = {{ .PidsLimit }}
|
||||
|
||||
# disable using a shared PID namespace for containers in a pod
|
||||
disable_shared_pid_namespace = {{ .DisableSharedPIDNamespace }}
|
||||
|
||||
# log_size_max is the max limit for the container log size in bytes.
|
||||
# Negative values indicate that no limit is imposed.
|
||||
log_size_max = {{ .LogSizeMax }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue