mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-04-15 06:57:28 +00:00
9 lines
270 B
YAML
9 lines
270 B
YAML
# yaml-language-server: $schema=../plugin.schema.json
|
|
- id: kill-pods
|
|
config:
|
|
namespace_pattern: ^openshift-cnv$
|
|
label_selector: kubevirt.io=virt-operator
|
|
krkn_pod_recovery_time: 120
|
|
exclude_label: "" # excludes pods marked with this label from chaos
|
|
|