Unverified Commit fc358984 authored by Andrii Dembitskyi's avatar Andrii Dembitskyi Committed by GitHub
Browse files

Fix typo in crashloop example (#104)

parent 2c50327a
Showing with 2 additions and 2 deletions
+2 -2
......@@ -111,9 +111,9 @@ root @ /
Hello, world!
```
## Debug Pod in "CashLoopBackoff"
## Debug Pod in "CrashLoopBackoff"
Troubleshooting `CashLoopBackoff` of Kubernetes Pod can be tricky. The debug container process will be reaped once the target container (process with pid 1) exists. To tackle with this, `kubectl-debug` provides the `--fork` flag, which borrow the idea from the `oc debug` command: copy the currently Pod and re-produce the issue in the forked Pod.
Troubleshooting `CrashLoopBackoff` of Kubernetes Pod can be tricky. The debug container process will be reaped once the target container (process with pid 1) exists. To tackle with this, `kubectl-debug` provides the `--fork` flag, which borrow the idea from the `oc debug` command: copy the currently Pod and re-produce the issue in the forked Pod.
Under the hood, `kubectl debug --fork` will copy the entire Pod spec and:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment