Merge pull request #25458 from verb/1.20-kubectl-debug-typo

Fix typo in Debug Running Pods task for 1.20
This commit is contained in:
Kubernetes Prow Robot
2020-12-07 05:21:26 -08:00
committed by GitHub
@@ -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