Skip to content

Commit

Permalink
UPSTREAM: <carry>: Disable PersistentVolumeLabel by default
Browse files Browse the repository at this point in the history
Remove PersistentVolumeLabel admission plugin from the default list of
enabled admissions.

The plugin is deprecated upstream and most of its functionality was removed
in 1.29 and 1.30.

This is continuation of openshift/cluster-kube-apiserver-operator#1693,
the admission is enabled on multiple places.
  • Loading branch information
jsafrane authored and openshift-cherrypick-robot committed Jun 18, 2024
1 parent 29c95f3 commit 7bf0b7a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ var (
additionalDefaultOnPlugins = sets.NewString(
"NodeRestriction",
"OwnerReferencesPermissionEnforcement",
"PersistentVolumeLabel",
"PodNodeSelector",
"PodTolerationRestriction",
"Priority",
Expand Down

0 comments on commit 7bf0b7a

Please sign in to comment.