Alexander Chuzhoy

Results 4 issues of Alexander Chuzhoy

Hello, After rebooting a node, the vms and networks weren't started. Would be great to have these options within the libvirt provider instead of dealing with a hook. Thanks.

bandwidth

How to reproduce: Have a config with ` chaos_scenarios: # List of policies/chaos scenarios to load - container_scenarios: # List of chaos pod scenarios to load - - scenarios/openshift/container_etcd.yml `...

How to reproduce: config.yaml shold have this scenario ` chaos_scenarios: # List of policies/chaos scenarios to load - container_scenarios: # List of chaos pod scenarios to load - - scenarios/openshift/container_api.yml...

Executed this command: podman run --name=krkn --rm --net=host --env-host=true -v ${KUBECONFIG}:/root/.kube/config:Z -d -e CERBERUS_ENABLED=true -e CERBERUS_URL=http://0.0.0.0:${CERBERUS_PORT} -e TOTAL_CHAOS_DURATION=60 -e MEMORY_CONSUMPTION_PERCENTAGE=175 -e TARGET_NODES="master-1-0,master-1-1,master-1-2" quay.io/redhat-chaos/krkn-hub:node-memory-hog Result: 2023-04-13 14:48:43,001 [INFO] Starting kraken 2023-04-13...