You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to successfully transition to K8s 1.25 (#457), we'll need to make changes accordingly to this repo.
I'm not sure if there are already plans for it. If so, please add the research/info here and if no one else is looking into it, I can take on it.
The text was updated successfully, but these errors were encountered:
Description
PodSecurityPolicy which was initially deprecated with K8s 1.21 has now been completely removed with K8s 1.25.
What's next
Now, Namespaces can be labeled to enforce the Pod Security Standards. The three policies privileged, baseline and restricted broadly cover the security spectrum and are implemented by the Pod Security admission controller.
Proposal
To be able to successfully transition to K8s 1.25 (#457), we'll need to make changes accordingly to this repo.
I'm not sure if there are already plans for it. If so, please add the research/info here and if no one else is looking into it, I can take on it.
The text was updated successfully, but these errors were encountered: