We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529b910 commit 5fe49b9Copy full SHA for 5fe49b9
mkdocs/docs/experiments/categories/pods/pod-memory-hog-exec.md
@@ -245,7 +245,7 @@ spec:
245
components:
246
env:
247
# command to kill the dd process
248
- # alternative command: "kill -9 $(ps afx | grep \"[dd] if=/dev/zero\" | awk '{print $1}' | tr '\n' ' ')"
+ # alternative command: "kill -9 $(ps afx | grep "[dd] if=/dev/zero" | awk '{print $1}' | tr '\n' ' ')"
249
- name: CHAOS_KILL_COMMAND
250
value: "kill $(find /proc -name exe -lname '*/dd' 2>&1 | grep -v 'Permission denied' | awk -F/ '{print $(NF-1)}' | head -n 1)"
251
- name: TOTAL_CHAOS_DURATION
0 commit comments