70 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
336
views
GitHub Actions runner stuck at "Initialize Containers"
I have up the GitHub Action Runner Controller (ARC) for a local Kubernetes cluster. Runners are created as expected and pick up jobs. But as soon as I add a job that is itself containerized, in the &...
0
votes
1
answer
76
views
Alternative way of setting ADC for google cloud to run on read-only pipeline systems?
I'm trying to use the kms module which requires ADC which expects GOOGLE_APPLICATION_CREDENTIALS which is a json credential file. So I aim to pass the necessary project_id, location_id etc. as secrets ...
0
votes
1
answer
704
views
Using Github private runners to access azure resources behind VNET causes runner to not have internet connection
So I have a some resources behind a vnet such as a database and soon a storage container. To allow github to be able to deploy via github actions and reach these resources for their build steps and ...
-1
votes
1
answer
51
views
Unable to trigger GitHub action with "uses:"
I'm pretty sure I'm misunderstanding something here about how GitHub actions work and would love some help. When this debugging.yml action runs on pull_request it looks to see if any files have ...
0
votes
0
answers
233
views
GitHub action docker build (self-hosted runner) hanging on poetry install with private repo
I've deployed github-action-runnet-set helm chart to use GitHub Actions for my organization. My goal is to have the runner builds a Docker image, then push it to private registry.
I installed github-...
0
votes
2
answers
692
views
How to run a workflow on a single matrix element?
The standard way of running a workflow on several operating systems is using a matrix:
jobs:
package:
strategy:
matrix:
os: [ubuntu, macos, windows]
runs-on: ${{ matrix.os }}-...
0
votes
1
answer
1k
views
Github Actions worklfow logs are not expandable anymore
Out of the blue, I cannot see the logs for my github action workflow job steps, I was able to view these before but today without any changes, I can't expand and see the logs for the steps of a job. ...
1
vote
0
answers
356
views
Using ephemeral runners in containers for clean environments on every job
I have a self-hosted GitHub runner that acts as a build server for compiling projects. The runner runs in a docker container on a server (Debian) that I control. The docker container is started as a ...
1
vote
2
answers
797
views
Build and deploy image to Kubernetes cluster in one step with ARC self-hosted runner
I'm writing a Github action to build a docker image and deploy it to a k8s cluster, and currently am having to build, push the image to a repo, and then kubectl apply in the standard way to deploy it.
...
2
votes
0
answers
511
views
Running GitHub Actions unders specific, existing Windows user
I am trying to run a GHA workflow in a GitHub-hosted runner for Windows (windows-latest) under a specific, already existing Windows user instead of the default C:\Users\runneradmin.
Options involving ...
0
votes
1
answer
454
views
Process variables in Yaml in Terraform
I am trying to use this module:
https://github.com/philips-labs/terraform-aws-github-runner/blob/main/modules/multi-runner/runners.tf
This is my yaml
matcherConfig:
exactMatch: true
labelMatchers:
...
1
vote
1
answer
4k
views
How to run UI application using actions on windows self hosted runner
I have self-hosted windows runner where I'm running the workflow to start the notepad.
GitHub connection is started as service in windows runner. When I execute the workflow unable to see notepad UI ...
2
votes
1
answer
1k
views
How to default to GitHub hosted runners if all self-hosted runners are unavailable?
I have created a self-hosted runner. On my workflow, when describing the job, I use runs-on: self-hosted. But if my self-hosted runner is offline, there won't be any other runner to run that job.
Is ...
1
vote
1
answer
661
views
setting available sites in nginx on github actions cause error
I have the following workflow setup:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Nginx
run: |
sudo apt-get update
sudo apt-get install -y nginx
- ...
1
vote
1
answer
2k
views
How to deploy ARC runners to a Github org correctly
I have been struggling with all the documentation on Github and broader, on how to deploy ARC runners to our Github organisation
I have followed these guides:
https://docs.github.com/en/actions/...