Merge pull request #18321 from icheikhrouhou/feature/processnamespacesfr

docs | tasks | configure-pod-container | namespace
This commit is contained in:
Kubernetes Prow Robot
2020-10-12 01:08:47 -07:00
committed by GitHub
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