Fix typo in Debug Running Pods task

This commit is contained in:
Lee Verberne
2020-12-07 14:02:20 +01:00
parent 251092f37f
commit 09665e40ef
@@ -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