diff --git a/manifests/clusterrole.yaml b/manifests/clusterrole.yaml
index 471aa07924d7dc077202ca5e06d1d7ae6d089387..78ffd6b11cc4121a69eb1b030966feff13fb5533 100644
--- a/manifests/clusterrole.yaml
+++ b/manifests/clusterrole.yaml
@@ -91,7 +91,7 @@ rules:
       - "pods/eviction"
     verbs:
       - "create"
-  # Needed to list pods by Node
+  # Needed to list/delete pods by Node
   - apiGroups:
       - ""
     resources:
@@ -99,6 +99,7 @@ rules:
     verbs:
       - "get"
       - "list"
+      - "delete"
   # Needed to cordon Nodes
   - apiGroups:
       - ""