Skip to content

Commit

Permalink
Added describe command
Browse files Browse the repository at this point in the history
Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
  • Loading branch information
biswajit-9776 committed Sep 6, 2024
1 parent 262c78c commit 9a21438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pss_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
else
log_pod() {
while [ $? -eq 0 ]; do
echo "Fetching logs for pod: $NAME"
kubectl logs -n "$NAMESPACE" "$NAME"
echo "Describing pod: $NAME"
kubectl describe pod -l app="$NAME" -n "$NAMESPACE"
sleep 5
done
}
Expand Down

0 comments on commit 9a21438

Please sign in to comment.