mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 18:10:00 +00:00
* kubeconfig management for arcaflow + hogs scenario refactoring * kubeconfig authentication parsing refactored to support arcaflow kubernetes deployer * reimplemented all the hog scenarios to allow multiple parallel containers of the same scenarios (eg. to stress two or more nodes in the same run simultaneously) * updated documentation * removed sysbench scenarios * recovered cpu hogs * updated requirements.txt * updated config.yaml * added gitleaks file for test fixtures * imported sys and logging * removed config_arcaflow.yaml * updated readme * refactored arcaflow documentation entrypoint
14 lines
279 B
YAML
14 lines
279 B
YAML
input_list:
|
|
- cpu_count: 1
|
|
cpu_load_percentage: 80
|
|
cpu_method: all
|
|
duration: 30s
|
|
node_selector: {}
|
|
# node selector example
|
|
# node_selector:
|
|
# kubernetes.io/hostname: master
|
|
kubeconfig: ""
|
|
|
|
# duplicate this section to run simultaneous stressors in the same run
|
|
|