~xdavidwu/xdavidwu.link

4bcc4a3b83d0f41b87234d099c7772641ec3cb35 — xdavidwu 2 years ago 4100c7f
kubeadm-psp: add anno for seccomp
1 files changed, 2 insertions(+), 0 deletions(-)

M _posts/2021-04-16-kubeadm-psp.md
M _posts/2021-04-16-kubeadm-psp.md => _posts/2021-04-16-kubeadm-psp.md +2 -0
@@ 20,6 20,8 @@ apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
  name: nodes
  annotations:
    seccomp.security.alpha.kubernetes.io/allowedProfileNames: runtime/default
spec:
  privileged: false
  defaultAllowPrivilegeEscalation: false