Skip to content

Commit

Permalink
docs: idomatic way to check if pods are ready (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir authored Oct 13, 2024
1 parent 1a60cd4 commit 1173fef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Binary file modified docs/images/pods_ready.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions docs/quickstart/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,9 @@ kubectl apply -f https://raw.githubusercontent.com/odigos-io/simple-demo/main/ku

Before moving to the next step, make sure that the application pods and Jaeger pods are running, this may take a few minutes.
```bash
kubectl get pods -n tracing
```
```bash
kubectl get pods -n default
kubectl wait --for=condition=available --timeout=300s deployment --all --all-namespaces
```

<Frame>
<img src="/images/pods_ready.png" alt="Pods ready" />
<img src="/images/pods_ready.png" alt="Deployments Ready" />
</Frame>

0 comments on commit 1173fef

Please sign in to comment.