hugoprudente / charts

FoundryVTT from 0.6 to 12.x
https://hugoprudente.github.io
Apache License 2.0
24 stars 17 forks source link

K8S PSP Deprecation from 1.21 removed from 1.25, use PSS now. #28

Open hugoprudente opened 3 years ago

hugoprudente commented 3 years ago

New standard for security is PSS -> Pod Security Standard https://kubernetes.io/docs/concepts/security/pod-security-standards/#baseline

The PSP Pod Security Policy is deprecated as

Pod Security Policies FEATURE STATE: Kubernetes v1.21 [deprecated] PodSecurityPolicy is deprecated as of Kubernetes v1.21, and will be removed in v1.25.

https://kubernetes.io/docs/concepts/policy/pod-security-policy/

tupperward commented 1 year ago

From my understanding, the change here happens at the cluster administrator's side. By setting Pod Security Admissions on the namespace, they can achieve the same results as PSP.

This might just be a change to the tests. I might have some time to look into this this week.