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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user