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 861c632 + bd9dea9 commit 5f1b31fCopy full SHA for 5f1b31f
pkg/framework/plugins/defaultevictor/defaults.go
@@ -28,7 +28,7 @@ func SetDefaults_DefaultEvictorArgs(obj *DefaultEvictorArgs) {
28
obj.NodeSelector = ""
29
}
30
if !obj.EvictLocalStoragePods {
31
- obj.EvictSystemCriticalPods = false
+ obj.EvictLocalStoragePods = false
32
33
if !obj.EvictSystemCriticalPods {
34
obj.EvictSystemCriticalPods = false
0 commit comments