The ARC 0.8.3 giving issue on creating listener and "error": "EphemeralRunnerSet.actions.github.com \"eks-mcdevops-runner-j4flc\" is invalid: spec.patchID: Required value" #3393
Unanswered
aakashvishwakarma
asked this question in
Questions
Replies: 2 comments 9 replies
-
Hi @nikola-jokic may i know if you can help me out debugging the issue and what is the root cause as we are working for enterprise level customer in prod. Thank you |
Beta Was this translation helpful? Give feedback.
9 replies
-
running into the same issue when reverting from 0.9.1 to 0.8.3 due to another error #3499 |
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
-
Hi team, I m deploying and testing ARC with version 0.8.3 , i find it out that controller got created but when deploying the runnerset neither listener nor runner pod coming up on checking controller logs i find it out that:
Below error it is throwing
2024-03-28T16:59:56Z ERROR Reconciler error {"controller": "autoscalingrunnerset", "controllerGroup": "actions.github.com", "controllerKind": "AutoscalingRunnerSet", "AutoscalingRunnerSet": {"name":"eks-mcdevops-runner","namespace":"arc-runner"}, "namespace": "arc-runner", "name": "eks-mcdevops-runner", "reconcileID": "c9108a7f-b3e2-4282-9e2c-7d284b002e0f", "error": "EphemeralRunnerSet.actions.github.com \"eks-mcdevops-runner-j4flc\" is invalid: spec.patchID: Required value"}
On checking the CRDs and go code i get to know that patchID is provided by listener only. So my question is why this behavior all of a sudden in github provided ARC 0.8.3 .
Looking forward to hear back
Thank You
Aakash Vishwakarma
Beta Was this translation helpful? Give feedback.
All reactions