mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 18:10:00 +00:00
* added new native hog scenario * removed arcaflow dependency + legacy hog scenarios * config update * changed hog configuration structure + added average samples * fix on cpu count * removes tripledes warning * changed selector format * changed selector syntax * number of nodes option * documentation * functional tests * exception handling on hog deployment thread
9 lines
230 B
YAML
9 lines
230 B
YAML
duration: 60
|
|
workers: '' # leave it empty '' node cpu auto-detection
|
|
hog-type: memory
|
|
image: quay.io/krkn-chaos/krkn-hog
|
|
namespace: default
|
|
memory-vm-bytes: 90%
|
|
node-selector: "node-role.kubernetes.io/worker="
|
|
number-of-nodes: ''
|