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

Enforce PodSecurityStandards since psp disappeared in 1.25 #320

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ebCrypto
Copy link

Pod Security Policies were removed in kubernetes 1.25 and the default chart fails to install on a modern cluster running 1.29.2

Checklist

  • Update changelog in CHANGELOG.md.
  • Make sure values.yaml and values.schema.json are valid.
  • (Giant Swarm) If creating a release, bump the version and appVersion in Chart.yaml.

Pod Security Policies were removed in kubernetes 1.25 and the default chart fails to install on a modern cluster running 1.29.2
@ebCrypto ebCrypto requested a review from a team as a code owner February 27, 2024 04:10
@stone-z
Copy link
Contributor

stone-z commented Mar 6, 2024

Hey @ebCrypto, thanks for the PR!
I totally agree we should move to disabling PSPs by default.
We still have some users in the process of migrating away from PSPs and for whom it would be a breaking change to invert the logic here without a major version release, so we have to hold off just a bit longer.

Feel free to leave this PR open if you like, and I'll merge it when we're past any potential breakage. In the meantime, PSPs can of course be toggled off through the Helm values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants