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]