mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 18:10:00 +00:00
19 lines
616 B
YAML
19 lines
616 B
YAML
node_scenarios:
|
|
- actions:
|
|
- node_reboot_scenario
|
|
node_name:
|
|
label_selector: node-role.kubernetes.io/infra
|
|
instance_count: 1
|
|
timeout: 120
|
|
cloud_type: azure
|
|
parallel: true # Run action on label or node name in parallel or sequential, defaults to sequential
|
|
kube_check: true # Run the kubernetes api calls to see if the node gets to a certain state during the node scenario
|
|
- actions:
|
|
- node_stop_start_scenario
|
|
node_name:
|
|
label_selector: node-role.kubernetes.io/infra
|
|
instance_count: 1
|
|
timeout: 360
|
|
duration: 120
|
|
cloud_type: azure
|