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

Only install PodSecurityPolicies if the API is present #2035

Conversation

caseydavenport
Copy link
Member

@caseydavenport caseydavenport commented Jun 21, 2022

Description

More details here: https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/

PodSecurityPolicy has been deprecated, and is scheduled to be removed
completely in Kubernetes v1.25. We want to remove them from our product
sufficiently early so that upgrades to v1.25 are not impacted on older
releases.

Replaced with Pod Security Standards: https://kubernetes.io/docs/concepts/security/pod-security-standards/

Useful translation guide: https://kubernetes.io/docs/reference/access-authn-authz/psp-to-pod-security-standards/

For PR author

  • Tests for change.
  • If changing pkg/apis/, run make gen-files
  • If changing versions, run make gen-versions

For PR reviewers

A note for code reviewers - all pull requests must have the following:

  • Milestone set according to targeted release.
  • Appropriate labels:
    • kind/bug if this is a bugfix.
    • kind/enhancement if this is a a new feature.
    • enterprise if this PR applies to Calico Enterprise only.

@caseydavenport caseydavenport force-pushed the casey-conditional-podsecuritypolicies branch from 6740f6f to 99476ec Compare June 23, 2022 17:14
pkg/controller/utils/discovery.go Outdated Show resolved Hide resolved
pkg/render/amazoncloudintegration.go Outdated Show resolved Hide resolved
pkg/render/namespaces.go Outdated Show resolved Hide resolved
Copy link
Member

@rene-dekker rene-dekker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

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

Successfully merging this pull request may close these issues.

3 participants