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
Currently we are using AWS EKS cluster version v1.23.17-eks. There we have deployed gatekeeper with helm chart version v3.10.0-beta.0. Here we are getting below deprecation warning warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ Can you please update PoSecurityPolicy ApiVersion with policy/v1
[A clear and concise description of what you want to happen.]
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Pod Security Policy is deprecated by Kubernetes. policy/v1 does not exist, and probably will never exist.
Although much more coarse grained, Pod Security Admission is a viable alternative. If this doesn't satisfy your use case, that's what Gatekeeper is for :) Hopefully something in our Policy Library can help you achieve your goals.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Currently we are using AWS EKS cluster version v1.23.17-eks. There we have deployed gatekeeper with helm chart version v3.10.0-beta.0. Here we are getting below deprecation warning
warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+
Can you please update PoSecurityPolicy ApiVersion withpolicy/v1
[A clear and concise description of what you want to happen.]
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment: Pre-production
kubectl version
): v1.23.17-eksThe text was updated successfully, but these errors were encountered: