Skip to content

Commit

Permalink
get only pods events
Browse files Browse the repository at this point in the history
  • Loading branch information
SkorikSergey committed Mar 21, 2024
1 parent bbd92a4 commit 804ac59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance/load-tests/load-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function runTest() {
print_error "Timeout waiting for dw$i to become ready or an error occurred."
ws_name=$(kubectl get dw dw$i --template='{{.status.devworkspaceId}}')
kubectl describe dw dw$i >logs/dw$i-log.log
kubectl get events | grep $ws_name >logs/dw$i-events.log
kubectl get events --field-selector involvedObject.kind=Pod | grep $ws_name >logs/dw$i-events.log
kubectl logs $ws_name >logs/dw$i-pod.log || true
fi
done
Expand Down

0 comments on commit 804ac59

Please sign in to comment.