mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 09:59:59 +00:00
33 lines
706 B
YAML
Executable File
33 lines
706 B
YAML
Executable File
config:
|
|
runStrategy:
|
|
runs: 1
|
|
maxSecondsBetweenRuns: 30
|
|
minSecondsBetweenRuns: 1
|
|
scenarios:
|
|
- name: "delete etcd pods"
|
|
steps:
|
|
- podAction:
|
|
matches:
|
|
- labels:
|
|
namespace: "openshift-etcd"
|
|
selector: "k8s-app=etcd"
|
|
filters:
|
|
- randomSample:
|
|
size: 1
|
|
actions:
|
|
- kill:
|
|
probability: 1
|
|
force: true
|
|
- podAction:
|
|
matches:
|
|
- labels:
|
|
namespace: "openshift-etcd"
|
|
selector: "k8s-app=etcd"
|
|
retries:
|
|
retriesTimeout:
|
|
timeout: 180
|
|
|
|
actions:
|
|
- checkPodCount:
|
|
count: 3
|