Skip to content

Commit

Permalink
log selector w/ labels vs awk/xargs gymnastics (kedacore#1156)
Browse files Browse the repository at this point in the history
* log selector w/ labels vs awk/xargs gymnastics

Signed-off-by: Mark Chmarny <[email protected]>

* Update BUILD.md

Signed-off-by: Mark Chmarny <[email protected]>

* removes whitespace

Signed-off-by: Mark Chmarny <[email protected]>
  • Loading branch information
mchmarny authored Sep 14, 2020
1 parent 3a99b77 commit ff16e02
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@ to deploy it as part of KEDA. Do the following:
```
4. Once the keda pods are up, check the logs to verify everything running ok, eg:
```bash
kubectl get pods --no-headers -n keda | awk '{print $1}' | grep keda-operator | xargs kubectl -n keda logs -f

kubectl get pods --no-headers -n keda | awk '{print $1}' | grep keda-metrics-apiserver | xargs kubectl -n keda logs -f
kubectl logs -l app=keda-operator -n keda -f
kubectl logs -l app=keda-metrics-apiserver -n keda -f
```

## Miscellaneous
Expand Down

0 comments on commit ff16e02

Please sign in to comment.