translate process namespace fr

This commit is contained in:
Cheikhrouhou ines
2019-12-24 21:52:22 +01:00
parent a29da47ca8
commit 293a4ea9d7
2 changed files with 119 additions and 0 deletions
@@ -0,0 +1,17 @@
apiVersion: v1
kind: Pod
metadata:
name: nginx
spec:
shareProcessNamespace: true
containers:
- name: nginx
image: nginx
- name: shell
image: busybox
securityContext:
capabilities:
add:
- SYS_PTRACE
stdin: true
tty: true