From 14177fc1d037e9d0614c70a910ee562857dcfc3c Mon Sep 17 00:00:00 2001 From: Ankur Singh Date: Mon, 1 Apr 2024 15:50:26 +0530 Subject: [PATCH] Adds the missing commands in Generating data page (#1097) 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 --- docs/quickstart/generation-data.mdx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/quickstart/generation-data.mdx b/docs/quickstart/generation-data.mdx index 0668f117c..3387334db 100644 --- a/docs/quickstart/generation-data.mdx +++ b/docs/quickstart/generation-data.mdx @@ -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 +``` Wait for collectors to be ready