Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
qba73 committed May 7, 2024
1 parent f63abf5 commit dd7de54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ Before using `inspector` you need to have [kubectl](https://kubernetes.io/docs/t
Note that `inspector`'s default namespace is `default`.

```shell
inspector > default.json
kubectl inspector > default.json
```

1) Collect data points from `nginx-ingress` namespace

```shell
inspector -n nginx-ingress > nginx-ingress.json
kubectl inspector -n nginx-ingress > nginx-ingress.json
```

## How it works
Expand Down

0 comments on commit dd7de54

Please sign in to comment.