mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 18:10:00 +00:00
Some checks failed
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 9m15s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
* kill pod exclude label Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com> * config alignment Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com> --------- Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
9 lines
284 B
YAML
Executable File
9 lines
284 B
YAML
Executable File
# yaml-language-server: $schema=../plugin.schema.json
|
|
- id: kill-pods
|
|
config:
|
|
namespace_pattern: ^openshift-kube-apiserver$
|
|
label_selector: app=openshift-kube-apiserver
|
|
krkn_pod_recovery_time: 120
|
|
exclude_label: "" # excludes pods marked with this label from chaos
|
|
|