Skip to content

Commit

Permalink
16108 Deprecation of PSPs and migration to seccompProfiles
Browse files Browse the repository at this point in the history
PodSecurityPolicies (PSPs) were deprecated in Kubernetes v1.21
and removed from Kubernetes in v1.25. The Helm chart now warns
if you have PSPs still active and are using Kubernetes 1.25 or
higher. Along with that comes a change to seccomp profiles,
which are not in alpha anymore and thus changed from being
podAnnotations to securityContexts. This is now reflected in
our Kubernetes collectors as well

Change-Id: I865ae85f1bcbf0e83b7a744e756805e9349bde2f
  • Loading branch information
anthonyh209 committed Oct 25, 2023
1 parent 718e1c4 commit ab820e2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .werks/16108
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Title: Deprecation of PSPs and migration to seccompProfiles
Class: feature
Compatible: compat
Component: helm
Date: 1698152243
Knowledge: undoc
Level: 1
Version: 1.5.0

PodSecurityPolicies (PSPs) were deprecated in Kubernetes v1.21
and removed from Kubernetes in v1.25. The Helm chart now warns
if you have PSPs still active and are using Kubernetes 1.25 or
higher. Along with that comes a change to seccomp profiles,
which are not in alpha anymore and thus changed from being
podAnnotations to securityContexts. This is now reflected in
our Kubernetes collectors as well

0 comments on commit ab820e2

Please sign in to comment.