Skip to content

Webhook should be registered automatically? #574

Closed Answered by mumoshu
XBeg9 asked this question in Questions
Discussion options

You must be logged in to vote

Webhook should be registered automatically?

@XBeg9 Hey! Are you saying actions-runner-controller should register a webhook endpoint for you? I think that's out of the scope of a project like this :)

Anyway, you'd need to follow k8s's standard way to expose pods to the internet. You usually have to use NodePort service and a managed loadbalancer, or a k8s LoadBalancer service, or an ingress controller to expose the webhook-based autoscaler's webhook endpoint.

The webhook endpoint URL depends the solution you use so actions-runner-controller can do nothing for that.

Also beware to configure your firewall (for AWS that m right be a security groups ingress) appropriately. Once everything is…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@mumoshu
Comment options

Comment options

You must be logged in to vote
2 replies
@mumoshu
Comment options

@XBeg9
Comment options

Answer selected by mumoshu
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested RunnerDeployment Discussions around RunnerDeployment Runner Configuration Discussions on Runner Configuration Kubernetes Webhooks
4 participants