Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ApiVersion update #3192

Closed
rspljignesh opened this issue Dec 15, 2023 · 2 comments
Closed

ApiVersion update #3192

rspljignesh opened this issue Dec 15, 2023 · 2 comments
Labels
enhancement New feature or request stale

Comments

@rspljignesh
Copy link

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.]

Environment: Pre-production

  • Gatekeeper version: v3.10.0-beta.0
  • Kubernetes version: (use kubectl version): v1.23.17-eks
@rspljignesh rspljignesh added the enhancement New feature or request label Dec 15, 2023
@davis-haba
Copy link
Contributor

Hi rspljignesh@,

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.

Copy link

stale bot commented Mar 4, 2024

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.

@stale stale bot added the stale label Mar 4, 2024
@sozercan sozercan closed this as not planned Won't fix, can't repro, duplicate, stale Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

3 participants