Skip to content

Commit

Permalink
update README.md for new namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiminhpv committed Jul 30, 2023
1 parent 9245eed commit b7760ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ sudo chown $(id -u):$(id -g) ~/.kube/config # optional
3. Get all running pods (running containers)

```bash
kubectl -n development get pods
kubectl -n dev get pods
```

4. Get logs of a service

```bash
kubectl -n development logs -f --tail 10000 -l app=auth
kubectl -n development logs -f --tail 10000 -l app=product
kubectl -n dev logs -f --tail 10000 -l app=auth
kubectl -n dev logs -f --tail 10000 -l app=product
```

0 comments on commit b7760ac

Please sign in to comment.