forked from openstack/magnum
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PodSecurityPolicy has been removed in Kubernetes v1.25 [1]. To allow Magnum to support Kubernetes v1.25 and above, PodSecurityPolicy Admission Controller has has been removed. [1] https://kubernetes.io/docs/concepts/security/pod-security-policy/ Change-Id: I0fb0c372b484275b0677114193289469ee788b84 (cherry picked from commit 1b1c212)
- Loading branch information
Showing
4 changed files
with
14 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
releasenotes/notes/remove-podsecuritypolicy-5851f4009f1a166c.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
deprecations: | ||
- | | ||
PodSecurityPolicy has been removed in Kubernetes v1.25 [1]. To allow Magnum | ||
to support Kubernetes v1.25 and above, PodSecurityPolicy Admission | ||
Controller has has been removed. | ||
This means that there is a behaviour change in Cluster Templates created | ||
after this change, where new Clusters with such Cluster Templates will not | ||
have PodSecurityPolicy. Please be aware of the subsequent impact on Helm | ||
Charts, etc. | ||
[1] https://kubernetes.io/docs/concepts/security/pod-security-policy/ |