mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 13:29:11 +01:00
Compare commits
2 Commits
release-1.
...
v0.26.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f1b31fcfc | ||
|
|
bd9dea9979 |
@@ -28,7 +28,7 @@ func SetDefaults_DefaultEvictorArgs(obj *DefaultEvictorArgs) {
|
|||||||
obj.NodeSelector = ""
|
obj.NodeSelector = ""
|
||||||
}
|
}
|
||||||
if !obj.EvictLocalStoragePods {
|
if !obj.EvictLocalStoragePods {
|
||||||
obj.EvictSystemCriticalPods = false
|
obj.EvictLocalStoragePods = false
|
||||||
}
|
}
|
||||||
if !obj.EvictSystemCriticalPods {
|
if !obj.EvictSystemCriticalPods {
|
||||||
obj.EvictSystemCriticalPods = false
|
obj.EvictSystemCriticalPods = false
|
||||||
|
|||||||
Reference in New Issue
Block a user