Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
perrornet committed Sep 13, 2023
1 parent 5c5b436 commit 0f4b175
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ go install github.com/subscan-explorer/kubectl-debug@latest
## Usage

- Run `kubectl-debug` in the terminal to enter interactive command line mode. Follow the prompts to operate.
[![asciicast](https://asciinema.org/a/607671.svg)](https://asciinema.org/a/607671)
- Use the following command directly to create a temporary container and enter it:
```
kubectl-debug -n <namespace> <pod-name> -c <container-name> -capabilities <capabilities> -capabilities <capabilities> -image <debug-image>
```
[![asciicast](https://asciinema.org/a/607672.svg)](https://asciinema.org/a/607672)

0 comments on commit 0f4b175

Please sign in to comment.