mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 18:10:00 +00:00
36 lines
720 B
YAML
36 lines
720 B
YAML
application: openshift-etcd
|
|
namespaces: openshift-etcd
|
|
labels: app=openshift-etcd
|
|
kubeconfig: ~/.kube/config.yaml
|
|
prometheus_endpoint: <Prometheus_Endpoint>
|
|
auth_token: <Auth_Token>
|
|
scrape_duration: 10m
|
|
chaos_library: "kraken"
|
|
log_level: INFO
|
|
json_output_file: False
|
|
json_output_folder_path:
|
|
|
|
# for output purpose only do not change if not needed
|
|
chaos_tests:
|
|
GENERIC:
|
|
- pod_failure
|
|
- container_failure
|
|
- node_failure
|
|
- zone_outage
|
|
- time_skew
|
|
- namespace_failure
|
|
- power_outage
|
|
CPU:
|
|
- node_cpu_hog
|
|
NETWORK:
|
|
- application_outage
|
|
- node_network_chaos
|
|
- pod_network_chaos
|
|
MEM:
|
|
- node_memory_hog
|
|
- pvc_disk_fill
|
|
|
|
threshold: .7
|
|
cpu_threshold: .5
|
|
mem_threshold: .5
|