We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e83be8 + c6173b2 commit 419dccbCopy full SHA for 419dccb
pkg/kubeapiserver/options/plugins.go
@@ -148,7 +148,7 @@ func DefaultOffAdmissionPlugins() sets.String {
148
defaultOnPlugins.Insert(nodetaint.PluginName) //TaintNodesByCondition
149
}
150
151
- if utilfeature.DefaultFeatureGate.Enabled(features.PodOverhead) {
+ if utilfeature.DefaultFeatureGate.Enabled(features.RuntimeClass) {
152
defaultOnPlugins.Insert(runtimeclass.PluginName) //RuntimeClass
153
154
0 commit comments