We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0a3b1f + cbc34da commit af0de08Copy full SHA for af0de08
1 file changed
pkg/cmd/openshift-kube-apiserver/kubeadmission/register.go
@@ -42,7 +42,6 @@ var (
42
SkipRunLevelZeroPlugins = sets.NewString()
43
// these are admission plugins that cannot be applied until after the openshiftapiserver apiserver starts.
44
SkipRunLevelOnePlugins = sets.NewString(
45
- "authorization.openshift.io/RestrictSubjectBindings",
46
imagepolicyapiv1.PluginName, // "image.openshift.io/ImagePolicy"
47
"quota.openshift.io/ClusterResourceQuota",
48
"security.openshift.io/SecurityContextConstraint",
0 commit comments