From 11347cd1f6e207f6fe20b2ff11c55c72ac44cfec Mon Sep 17 00:00:00 2001 From: Sabbir Ahmed Shameem <145862004+SAShameem@users.noreply.github.com> Date: Tue, 7 May 2024 19:41:01 +0600 Subject: [PATCH] Create fine-pod.yaml --- .../pods/security/seccomp/alpha/fine-pod.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/bn/examples/pods/security/seccomp/alpha/fine-pod.yaml diff --git a/content/bn/examples/pods/security/seccomp/alpha/fine-pod.yaml b/content/bn/examples/pods/security/seccomp/alpha/fine-pod.yaml new file mode 100644 index 0000000000..714065e67b --- /dev/null +++ b/content/bn/examples/pods/security/seccomp/alpha/fine-pod.yaml @@ -0,0 +1,16 @@ +apiVersion: v1 +kind: Pod +metadata: + name: fine-pod + labels: + app: fine-pod + annotations: + seccomp.security.alpha.kubernetes.io/pod: localhost/profiles/fine-grained.json +spec: + containers: + - name: test-container + image: hashicorp/http-echo:0.2.3 + args: + - "-text=just made some syscalls!" + securityContext: + allowPrivilegeEscalation: false