From 09665e40efaaa099beb85aa5b1e0320ceab0da10 Mon Sep 17 00:00:00 2001 From: Lee Verberne Date: Mon, 7 Dec 2020 14:02:20 +0100 Subject: [PATCH] Fix typo in Debug Running Pods task --- .../docs/tasks/debug-application-cluster/debug-running-pod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/debug-application-cluster/debug-running-pod.md b/content/en/docs/tasks/debug-application-cluster/debug-running-pod.md index 18fc046dec..c0dc2ebf69 100644 --- a/content/en/docs/tasks/debug-application-cluster/debug-running-pod.md +++ b/content/en/docs/tasks/debug-application-cluster/debug-running-pod.md @@ -229,7 +229,7 @@ Sometimes it's useful to change the command for a container, for example to add a debugging flag or because the application is crashing. To simulate a crashing application, use `kubectl run` to create a container -that immediately exists: +that immediately exits: ``` kubectl run --image=busybox myapp -- false