mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 18:10:00 +00:00
This commit: - Leverages distribution flag in the config set by the user to skip things not supported on OpenShift to be able to run scenarios on Kubernetes. - Adds sample config and scenario files that work on Kubernetes.
7 lines
88 B
YAML
7 lines
88 B
YAML
scenarios:
|
|
- namespace: "^.*$"
|
|
delete_count: 1
|
|
runs: 2
|
|
sleep: 15
|
|
wait_time: 300
|