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.
1 parent 220498b commit c6173b2Copy full SHA for c6173b2
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