From 2d8e77e5c0c2521f6d9261ac90bb47b07ed84ac5 Mon Sep 17 00:00:00 2001 From: Paige Patton Date: Tue, 12 Nov 2024 09:52:38 -0700 Subject: [PATCH] adding multi label comment --- scenarios/openshift/aws_node_scenarios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/openshift/aws_node_scenarios.yml b/scenarios/openshift/aws_node_scenarios.yml index 9ce36812..95e453f5 100644 --- a/scenarios/openshift/aws_node_scenarios.yml +++ b/scenarios/openshift/aws_node_scenarios.yml @@ -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