Added default kill command in experiment.yaml (#495)
* Added default kill command in experiment.yaml Signed-off-by: Akash Shrivastava <akash@chaosnative.com>
This commit is contained in:
committed by
GitHub
parent
065e962561
commit
be89e34763
@@ -72,6 +72,10 @@ spec:
|
||||
## default: litmus. Supported values: litmus
|
||||
- name: LIB
|
||||
value: 'litmus'
|
||||
|
||||
# The command to kill the chaos process
|
||||
- name: CHAOS_KILL_COMMAND
|
||||
value: "kill $(find /proc -name exe -lname '*/md5sum' 2>&1 | grep -v 'Permission denied' | awk -F/ '{print $(NF-1)}')"
|
||||
|
||||
- name: TARGET_PODS
|
||||
value: ''
|
||||
|
Reference in New Issue
Block a user