Skip to content

Commit 2b625fc

Browse files
authored
Merge pull request #25458 from verb/1.20-kubectl-debug-typo
Fix typo in Debug Running Pods task for 1.20
2 parents 251092f + 09665e4 commit 2b625fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/debug-application-cluster/debug-running-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Sometimes it's useful to change the command for a container, for example to
229229
add a debugging flag or because the application is crashing.
230230

231231
To simulate a crashing application, use `kubectl run` to create a container
232-
that immediately exists:
232+
that immediately exits:
233233

234234
```
235235
kubectl run --image=busybox myapp -- false

0 commit comments

Comments
 (0)