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

use of deprecated PodSecurityPolicy #15

Open
swtch1 opened this issue Jul 18, 2022 · 2 comments
Open

use of deprecated PodSecurityPolicy #15

swtch1 opened this issue Jul 18, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@swtch1
Copy link

swtch1 commented Jul 18, 2022

When running deploy-infra.sh I get a warning from Kubernetes.

Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+

The PodSecurityPolicy resource is being replaced which should probably be reflected in your manifests.

@kakkoyun kakkoyun added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jul 19, 2022
@kakkoyun
Copy link
Member

Thanks, @swtch1, for reporting. We'll handle it. New contributors are always welcome. Feel free to help us out 🤗

@brancz
Copy link
Member

brancz commented Jul 19, 2022

Note we already prepared the manifests to work with the new namespace labels (that are intended to replace PSPs) we only kept the pod security policies for backward compatibility. The idea was to remove them entirely when 1.25 ships, which should be in late august/September this this year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants