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 soltysh committed Jul 1, 2024
1 parent 7038865 commit b341a56
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 b341a56

Please sign in to comment.