mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-04-15 06:57:28 +00:00
9 lines
181 B
YAML
Executable File
9 lines
181 B
YAML
Executable File
scenarios:
|
|
- name: "kill etcd container"
|
|
namespace: "kube-system"
|
|
label_selector: "component=etcd"
|
|
container_name: "etcd"
|
|
action: 1
|
|
count: 1
|
|
expected_recovery_time: 120
|