From a0cbb9a4549fb7367d18ce4676da7aec360587d3 Mon Sep 17 00:00:00 2001 From: Darshan Jain Date: Thu, 14 May 2026 17:47:40 +0530 Subject: [PATCH] ix(ci): narrow customapp_pod scenario to coredns to avoid etcd disruption on KinD (#1312) Signed-off-by: ddjain --- scenarios/openshift/customapp_pod.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scenarios/openshift/customapp_pod.yaml b/scenarios/openshift/customapp_pod.yaml index d3abe869..dbd09e71 100644 --- a/scenarios/openshift/customapp_pod.yaml +++ b/scenarios/openshift/customapp_pod.yaml @@ -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]