ix(ci): narrow customapp_pod scenario to coredns to avoid etcd disruption on KinD (#1312)

Signed-off-by: ddjain <darjain@redhat.com>
This commit is contained in:
Darshan Jain
2026-05-14 17:47:40 +05:30
committed by GitHub
parent f5e5d0677b
commit a0cbb9a454
+3 -2
View File
@@ -2,8 +2,9 @@
- id: kill-pods
config:
namespace_pattern: "kube-system"
name_pattern: .*
krkn_pod_recovery_time: 60
name_pattern: "coredns.*"
krkn_pod_recovery_time: 120
timeout: 180
kill: 1 # num of pods to kill
#Not needed by default, but can be used if you want to target pods on specific nodes
# Option 1: Target pods on nodes with specific labels [master/worker nodes]