Replies: 9 comments 8 replies
-
Clearly, this isn't a bug, but a question! |
Beta Was this translation helpful? Give feedback.
-
Hi @mumoshu thanks . i installed in 2 different name space and when i give below value in helm. for diff name space . the runner is not registering .
when i make am i missing something . could you pls suggest |
Beta Was this translation helpful? Give feedback.
-
I'm doing exactly the same, installing 2 ARC in the same cluster with different namespaces using Helm. I think I found a way. the key points were fullnameOverride and scope. refer to the below fullnameOverride: actions-runner-controller-dev
scope:
singleNamespace: true
... |
Beta Was this translation helpful? Give feedback.
-
Hi @0xF4D3C0D3 thanks for the hit. now both controller started . but in the second controller runner is not registering . could you pls suggest if i am missing anything.
|
Beta Was this translation helpful? Give feedback.
-
HI @0xF4D3C0D3 thanks for the quick update . we also use same helm command to install . below are the diff in 2 values.yaml
|
Beta Was this translation helpful? Give feedback.
-
Hi @mumoshu now i am not seeing the resource exists error. only problem is in the second namespace controller the runners are not getting registered |
Beta Was this translation helpful? Give feedback.
-
Hi , pls find the runner register log i am using same image / same runnerset yaml in fist controller and different namespace and its working . |
Beta Was this translation helpful? Give feedback.
-
hi @mumoshu thanks for the hint. RUNNER_TOKEN is not percent in non-working runner pod. i have created token like this and reffering it in RS . am i missing something . pls sugget.
|
Beta Was this translation helpful? Give feedback.
-
We're locking this discussion because it has not had recent activity and/or other members have asked for more information to assist you but received no response. Thank you for helping us maintain a productive and tidy community for all our members. |
Beta Was this translation helpful? Give feedback.
-
Checks
Controller Version
0.25.2
Helm Chart Version
0.25.2
CertManager Version
0.20.2
Deployment Method
Helm
cert-manager installation
yes
Checks
Resource Definitions
helm install
To Reproduce
Describe the bug
Release "github-actions-runner" does not exist. Installing it now.
Error: rendered manifests contain a resource that already exists. Unable to continue with install: ClusterRole "github-actions-runner-actions-runner-controller-proxy" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; annotation validation error: key "meta.helm.sh/release-namespace" must equal "actions-runner-system_fdc": current value is "actions-runner-system"
Describe the expected behavior
how we can install 2 controller in same cluster with different namespace.
Controller Logs
Runner Pod Logs
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions