Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runners stuck after successful dind image download #3939

Open
4 tasks done
Time0o opened this issue Feb 20, 2025 · 0 comments
Open
4 tasks done

Runners stuck after successful dind image download #3939

Time0o opened this issue Feb 20, 2025 · 0 comments
Labels
bug Something isn't working gha-runner-scale-set Related to the gha-runner-scale-set mode needs triage Requires review from the maintainers

Comments

@Time0o
Copy link

Time0o commented Feb 20, 2025

Checks

Controller Version

0.10.1

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

  • Deploy k3s cluster as described here, configuring containerMode: type: "dind"
  • Upload a container image to ghcr.io and create a workflow using it.
  • Start the workflow

Describe the bug

The workflow gets to the "Initialize containers" stage and logs:

  latest: Pulling from synthara/csdk-base
  7478e0ac0f23: Pulling fs layer
  ...
  f956ae08c01e: Verifying Checksum
  f956ae08c01e: Download complete 

It is then stuck there indefinitely.

Describe the expected behavior

The workflow runs through.

Additional Context

minRunners: 1
maxRunners: 5

containerMode:
    type: "dind"

Controller Logs

https://gist.github.com/Time0o/eb8df78ff17d9126939140750a99ff15

Runner Pod Logs

Here are the logs of the runner in question, the last three lines repeat ad infinitum:

https://gist.github.com/Time0o/97cb65fd92fb267d291ee62d2e2bb51e
@Time0o Time0o added bug Something isn't working gha-runner-scale-set Related to the gha-runner-scale-set mode needs triage Requires review from the maintainers labels Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gha-runner-scale-set Related to the gha-runner-scale-set mode needs triage Requires review from the maintainers
Projects
None yet
Development

No branches or pull requests

1 participant