Name clarity when using Helm #3912
Unanswered
ronaldpetty
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. This might be a none-issue (due to inexperience), but I am a bit confused on Pod names / purpose. Just trying to confirm the flow between Pods and key purpose when installing things via the Helm charts.
This installs the "operator / controller" pod. Its job is to wait for "listeners" and report their health to GH?
This install the "listeners" pods. Their job is to poll for Jobs in GH and if they find one, tell the "operator" pod to launch an emphemeral runner.
When I submit a repo update, I see a new pod being created with 2 containers (assuming the runner + dind). The part that is confusing me (I think) is the the OCI helm chart name "gha-runner-scale-set". That sounds like its the runner (aka the thing the builds your thing), but in reality it is not, its just a traffic cop.
Thanks for any tips on understanding.
Beta Was this translation helpful? Give feedback.
All reactions