mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 09:59:59 +00:00
* feat:Add exlude_label in container scenario Signed-off-by: zhoujinyu <2319109590@qq.com> * refactor:use list_pods with exclude_label in container scenario Signed-off-by: zhoujinyu <2319109590@qq.com> --------- Signed-off-by: zhoujinyu <2319109590@qq.com> Co-authored-by: Tullio Sebastiani <tsebastiani@users.noreply.github.com>
9 lines
201 B
YAML
Executable File
9 lines
201 B
YAML
Executable File
scenarios:
|
|
- name: "kill etcd container"
|
|
namespace: "openshift-etcd"
|
|
label_selector: "k8s-app=etcd"
|
|
container_name: "etcd"
|
|
action: 1
|
|
count: 1
|
|
expected_recovery_time: 120
|
|
exclude_label: "" |