mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-08-25 09:27:36 +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.
9 lines
176 B
YAML
Executable File
9 lines
176 B
YAML
Executable File
scenarios:
|
|
- name: "kill etcd container"
|
|
namespace: "openshift-etcd"
|
|
label_selector: "k8s-app=etcd"
|
|
container_name: "etcd"
|
|
action: "kill 1"
|
|
count: 1
|
|
retry_wait: 60
|