Closed Hdom closed 9 months ago
Hi @Hdom !
Would you mind opening this issue against the garm-provider-gcp repo?
CC @fabi200123
Hi @Hdom !
Would you mind opening this issue against the garm-provider-gcp repo?
Done https://github.com/cloudbase/garm-provider-gcp/issues/10 closing this one
Hello, running into an error trying to spin up a linux runner in GCP using the garm_provider_gcp.
Any idea of what I am doing wrong?
I was thinking of some workarounds:
export RUNNER_ALLOW_RUNASROOT="1"
as outlined on https://serverfault.com/questions/1052695/must-not-run-with-sudo-while-trying-to-create-a-runner-using-github-actions but this is not ideal.sudo su runner
in the additionalCommands section of the ComposeUserData at https://github.com/cloudbase/garm-provider-gcp/blob/main/internal/spec/spec.go#L215.