Merge pull request #30109 from sftim/20211016_revise_seccomp_tutorial

Revise seccomp tutorial
This commit is contained in:
Kubernetes Prow Robot
2021-11-20 10:36:59 -08:00
committed by GitHub
2 changed files with 202 additions and 162 deletions
@@ -1,9 +1,9 @@
apiVersion: v1
kind: Pod
metadata:
name: audit-pod
name: default-pod
labels:
app: audit-pod
app: default-pod
spec:
securityContext:
seccompProfile:
@@ -12,6 +12,6 @@ spec:
- name: test-container
image: hashicorp/http-echo:0.2.3
args:
- "-text=just made some syscalls!"
- "-text=just made some more syscalls!"
securityContext:
allowPrivilegeEscalation: false