Skip to content

Commit ee376e1

Browse files
authored
Merge pull request #1672 from googs1025/add_miss_doc
add miss evictDaemonSetPods param in README.md
2 parents 2b450c1 + 6bf75be commit ee376e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ The Default Evictor Plugin is used by default for filtering pods before processi
152152
|---------------------------|----|---------------|-----------------------------------------------------------------------------------------------------------------------------|
153153
| `nodeSelector` |`string`| `nil` | limiting the nodes which are processed |
154154
| `evictLocalStoragePods` |`bool`| `false` | allows eviction of pods with local storage |
155+
| `evictDaemonSetPods` | bool | false | allows eviction of DaemonSet managed Pods. |
155156
| `evictSystemCriticalPods` |`bool`| `false` | [Warning: Will evict Kubernetes system pods] allows eviction of pods with any priority, including system pods like kube-dns |
156157
| `ignorePvcPods` |`bool`| `false` | set whether PVC pods should be evicted or ignored |
157158
| `evictFailedBarePods` |`bool`| `false` | allow eviction of pods without owner references and in failed phase |

0 commit comments

Comments
 (0)