mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 09:59:59 +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
12 lines
140 B
YAML
12 lines
140 B
YAML
---
|
|
deployer:
|
|
connection: {}
|
|
type: kubernetes
|
|
log:
|
|
level: debug
|
|
logged_outputs:
|
|
error:
|
|
level: error
|
|
success:
|
|
level: debug
|