Webhook based auto scaling not working with EKS #1677
Replies: 2 comments 2 replies
-
If you runners can still register to github or another private enviroment but the webhook cant reach you, then its inbound traffic. you might have to create some form of opening in your network etc to allow inbound traffics for the webhook. |
Beta Was this translation helpful? Give feedback.
-
Hi there, I have been trying to get the webhook working for almost 2 weeks now. Can you please share step-by-step instructions on how to set up the load balancer to work with the ingress. I am trying to set up webhook server with ingress. What are the configurations I need to use? On AWS console, how do I set up the load balancer to route to the ingress? kubectl describe svc actions-runner-controller-webhook --namespace actions-runner-system Thank you, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have setup the ARC in EKS cluster and type of EC2 node. I have run the helm script for webhook server creation which is mentioned in document. After that if I try to create a webhook in github and test, it says either 400 or 404. Also I tried running jobs to check whether it scales up or not based on the event. But it is not scaling up. Can someone please help me to implement this ?
Beta Was this translation helpful? Give feedback.
All reactions