From 6bf75bedef1c8efd194d1a549724afa7d5a1b658 Mon Sep 17 00:00:00 2001 From: googs1025 Date: Wed, 23 Apr 2025 10:28:23 +0800 Subject: [PATCH] add miss evictDaemonSetPods param in README.md Signed-off-by: googs1025 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b035e92a0..d6d7dcfa3 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ The Default Evictor Plugin is used by default for filtering pods before processi |---------------------------|----|---------------|-----------------------------------------------------------------------------------------------------------------------------| | `nodeSelector` |`string`| `nil` | limiting the nodes which are processed | | `evictLocalStoragePods` |`bool`| `false` | allows eviction of pods with local storage | +| `evictDaemonSetPods` | bool | false | allows eviction of DaemonSet managed Pods. | | `evictSystemCriticalPods` |`bool`| `false` | [Warning: Will evict Kubernetes system pods] allows eviction of pods with any priority, including system pods like kube-dns | | `ignorePvcPods` |`bool`| `false` | set whether PVC pods should be evicted or ignored | | `evictFailedBarePods` |`bool`| `false` | allow eviction of pods without owner references and in failed phase |