Hello,
In the faults configuration for the cpu hog experiments, the following command is used:
kill $(find /proc -name exe -lname '*/md5sum' 2>&1 | grep -v 'Permission denied' | awk -F/ '{print $(NF-1)}') from https://github.com/litmuschaos/chaos-charts/blob/master/faults/kubernetes/pod-cpu-hog-exec/fault.yaml#L96
This command doesn't seem to work as there is no flag lname in the find command.
