Skip to content

Log of containers no longer show up #268

@gz

Description

@gz

Checks

Controller Version

0.13.0

Deployment Method

Helm

Checks

  • This isn't a question or user support case (For Q&A and community support, go to Discussions).
  • I've read the Changelog before submitting this issue and I'm sure it's not due to any recently-introduced backward-incompatible changes

To Reproduce

Take an action that uses services e.g., the one pasted her and run it on arc runners:


  pubsub:
    name: PubSub only
    runs-on: ubuntu-latest
    services:
      pubsub:
        image: thekevjames/gcloud-pubsub-emulator:e852273e07
        ports:
          - 8681:8681
        options: >-
          -e PUBSUB_PROJECT1=feldera-test,test_pubsub_input-0
          --health-cmd "nc -z 127.0.0.1 8681"
          --health-interval 10s
          --health-timeout 5s
          --health-retries 5
    steps:
      - name: Checkout repository
        uses: actions/checkout@v4

Describe the bug

There are no logs showing up for it in Stop containers:

Image

However, if the action runs under a github action runner e..g, ubuntu-latest, I see the following output:

Image

I'm using containerMode kuberenets in helm

containerMode:
  type: "kubernetes"

Describe the expected behavior

I am pretty sure logs showed up in past version (i'd expect the behavior to be similar to ubuntu-latest)

Additional Context

n/a

Controller Logs

n/a

Runner Pod Logs

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions