Skip to content

Commit

Permalink
Adds the missing commands in Generating data page (#1097)
Browse files Browse the repository at this point in the history
Fixes #1096

Added commands for consistency in the documentation:
```bash
kubectl get pods -n default
```
```bash
kubectl get pods -n odigos-system
```

Co-authored-by: Amir Blum <amirgiraffe@gmail.com>
  • Loading branch information
ankur0904 and blumamir committed Apr 1, 2024
1 parent d48b454 commit 14177fc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/quickstart/generation-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ sidebarTitle: "Generating Data"

## Wait for collectors to be ready

Before generating data, make sure that the collectors and applications are ready:
Before generating data, make sure that the collectors and applications are ready. To check this run the following command:

```bash
kubectl get pods -n default
```
```bash
kubectl get pods -n odigos-system
```

<Frame>
<img src="/images/collectors_ready.png" alt="Wait for collectors to be ready" />
Expand Down

0 comments on commit 14177fc

Please sign in to comment.