{"error": "EphemeralRunnerSetNamespace 'github-runners' or EphemeralRunnerSetName '' is missing"} #3047
Replies: 1 comment
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am deploying ARC v0.6.1 via helm.
ARC version: 0.6.1
Deployment method: helm
GitHub version: GitHub Enterprise Server 3.10.2
Controller values.yaml (gha-runner-scale-set-controller)
Scale set values.yaml (gha-runner-scale-set)
Commands used:
Deploy controller:
helm install arc-controller --namespace github-runners --set image.tag="0.6.1" --version "0.6.1" . --set=githubURL="https://<github_enterprise_url>/api/v3"
Deploy scale set:
helm install scaleset --namespace github-runners -f values.yaml --version 0.6.1 . --set=githubURL="https://<github_enterprise_url>/api/v3"
Logs
Controller logs:
Listener/scale-set logs:
Additional observations:
Things I have tried:
--set=EphemeralRunnerSetName="scaleset" --set=ephemeralRunnerSetName="scaleset" --set=GithubEphemeralRunnerSetName="scaleset" --set=githubEphemeralRunnerSetName="scaleset"
Beta Was this translation helpful? Give feedback.
All reactions