Custom Runner Image with Gcloud preinstalled #2737
Unanswered
brconnell4
asked this question in
Questions
Replies: 1 comment
-
By any chance did you build your custom runner Docker image on an Apple silicon Mac? I believe I ran into this same error as well, building my custom image on an Apple silicon MacBook Pro and trying to run in an x86 k8s cluster. What fixed it for me was to add the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to have Gcloud preinstalled on my RunnerDeployments so I can split up tasks into jobs. I tried the following
And then updated my manifest
apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment
metadata:
name: actions-runner
namespace: actions-runner-system
spec:
template:
spec:
repository: ***
image: ***
imagePullPolicy: Always
envFrom:
- secretRef:
name: actions-runner-secrets
The image is downloaded successfully but the pods just continously crashloop. Here are the errors from the pods
Not sure what I am doing wrong
Beta Was this translation helpful? Give feedback.
All reactions