mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 18:10:00 +00:00
This commit adds kraken to CI pipeline and thereby enabling chaos scenarios to be injected on specified jump host.
24 lines
513 B
YAML
24 lines
513 B
YAML
config:
|
|
runStrategy:
|
|
runs: 1
|
|
maxSecondsBetweenRuns: 30
|
|
minSecondsBetweenRuns: 1
|
|
scenarios:
|
|
- name: "delete prometheus pods"
|
|
steps:
|
|
- podAction:
|
|
matches:
|
|
- labels:
|
|
namespace: "openshift-monitoring"
|
|
selector: "app=prometheus"
|
|
|
|
filters:
|
|
- randomSample:
|
|
size: 1
|
|
|
|
# The actions will be executed in the order specified
|
|
actions:
|
|
- kill:
|
|
probability: 1
|
|
force: true
|