Skip to content

Commit

Permalink
Log Fluent Bit Image ID
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Dec 27, 2023
1 parent 0a7c40a commit 30fc437
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/appsignals-e2e-eks-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ jobs:
echo "REMOTE_SERVICE_DEPLOYMENT_NAME=$(kubectl get deployments -n ${{ env.SAMPLE_APP_NAMESPACE }} --selector=app=remote-app -o jsonpath='{.items[0].metadata.name}')" >> $GITHUB_ENV
echo "REMOTE_SERVICE_POD_IP=$(kubectl get pods -n ${{ env.SAMPLE_APP_NAMESPACE }} --selector=app=remote-app -o jsonpath='{.items[0].status.podIP}')" >> $GITHUB_ENV
- name: Log pod Fluent Bit image ID
run: |
kubectl get pods -n amazon-cloudwatch -l k8s-app=fluent-bit -o json | \
jq '.items[0].status.containerStatuses[0].imageID'
- name: Log pod Adot image and save image to the environment
run: |
kubectl get pods -n ${{ env.SAMPLE_APP_NAMESPACE }} --output json | \
Expand Down

0 comments on commit 30fc437

Please sign in to comment.