Skip to content

Commit

Permalink
Add tail all to README.md (#288)
Browse files Browse the repository at this point in the history
Co-authored-by: YuriyBudimirov <ybudi@softserveinc.com>
  • Loading branch information
ybudimir and ybudimir committed Dec 19, 2023
1 parent 6e07dd7 commit 1915c58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -195,6 +195,15 @@ The behavior and the default are different depending on the presence of the `--n
The combination of `--max-log-requests 1` and `--no-follow` will be helpful if you want to show logs in order.

## Examples:
Tail all logs from all namespaces
```
stern . --all-namespaces
```

Tail the `kube-system` namespace without printing any prior logs
```
stern . -n kube-system --tail 0
```

Tail the `gateway` container running inside of the `envvars` pod on staging
```
Expand Down

0 comments on commit 1915c58

Please sign in to comment.