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
19 lines
377 B
YAML
19 lines
377 B
YAML
input_list:
|
|
- duration: 30s
|
|
io_block_size: 1m
|
|
io_workers: 1
|
|
io_write_bytes: 10m
|
|
target_pod_folder: /data
|
|
target_pod_volume:
|
|
hostPath:
|
|
path: /
|
|
name: node-volume
|
|
node_selector: { }
|
|
# node selector example
|
|
# node_selector:
|
|
# kubernetes.io/hostname: master
|
|
kubeconfig: ""
|
|
|
|
# duplicate this section to run simultaneous stressors in the same run
|
|
|