Skip to content

Commit

Permalink
adding multi label comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Nov 12, 2024
1 parent 5700746 commit 1fdda80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenarios/openshift/aws_node_scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ node_scenarios:
- actions: # node chaos scenarios to be injected
- node_stop_start_scenario
node_name: # node on which scenario has to be injected; can set multiple names separated by comma
label_selector: node-role.kubernetes.io/worker # when node_name is not specified, a node with matching label_selector is selected for node chaos scenario injection
label_selector: node-role.kubernetes.io/worker # when node_name is not specified, a node with matching label_selector is selected for node chaos scenario injection; can specify multiple by a comma separated list
instance_count: 2 # Number of nodes to perform action/select that match the label selector
runs: 1 # number of times to inject each scenario under actions (will perform on same node each time)
timeout: 360 # duration to wait for completion of node scenario injection
Expand Down

0 comments on commit 1fdda80

Please sign in to comment.