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
As you may be aware, Pod Security Policy has been removed since Kubernetes version v.1.25, where Pod Security Admission took it's place. It should be put in consideration to implement Pod Security Admission Controller as a resource.
Hello! Thanks for opening this issue, after further investigation it was found that the previous PodSecurityPolicy resource was created through the k8s api. However with the introduction of PodSecurityAdmissionController, it's handled differently due to it being from the Config API. This means that creating a this resource would be done when first provisioning a cluster and not through kubectl or the provider.
TLDR; I'll be closing this issue since this resource can not be created in the provider due to it not existing in the k8s api, (exists in config api)
Description
As you may be aware, Pod Security Policy has been removed since Kubernetes version v.1.25, where Pod Security Admission took it's place. It should be put in consideration to implement Pod Security Admission Controller as a resource.
References
https://kubernetes.io/docs/concepts/security/pod-security-admission/
https://kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-admission-controller/
YAML configuration
The text was updated successfully, but these errors were encountered: