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 |