citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
83 stars 27 forks source link

Conform to pod security policy 'Restricted' #440

Closed christophd closed 1 year ago

christophd commented 1 year ago

OCP 4.11 is enabling 'Restricted' setting of the pod security admission as warning, OCP 4.12 will enforce this policy so pods violating it will not be able to start.

See https://kubernetes.io/docs/concepts/security/pod-security-admission/

Add proper pod security on YAKS workloads. Check on Selenium and Kubedock sidecars, too.