actions-runner-controller/controllers
Jonathan Gonzalez V a277489003
Added support to enable and disable enableServiceLinks. (#628)
This option expose internally some `KUBERNETES_*` environment variables
that doesn't allow the runner to use KinD (Kubernetes in Docker) since it will
try to connect to the Kubernetes cluster where the runner it's running.

This option it's set by default to `true` in any Kubernetes deployment.

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
2021-06-22 17:27:26 +09:00
..
metrics feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
testdata Fix panic on webhook for user-owned repository (#344) 2021-02-23 08:05:25 +09:00
autoscaling.go edge: Enable scaling from zero with PercentageRunnersBusy (#524) 2021-05-05 14:27:17 +09:00
autoscaling_test.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
horizontal_runner_autoscaler_webhook.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
horizontal_runner_autoscaler_webhook_on_check_run.go Add CheckRun.Names scale-up trigger configuration (#390) 2021-03-14 10:21:42 +09:00
horizontal_runner_autoscaler_webhook_on_pull_request.go feat: HorizontalRunnerAutoscaler Webhook server (#282) 2021-02-07 17:37:27 +09:00
horizontal_runner_autoscaler_webhook_on_push.go feat: HorizontalRunnerAutoscaler Webhook server (#282) 2021-02-07 17:37:27 +09:00
horizontal_runner_autoscaler_webhook_test.go handle GET requests in webhook hra (#378) 2021-03-09 08:46:27 +09:00
horizontalrunnerautoscaler_controller.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
horizontalrunnerautoscaler_controller_test.go Fix HRA expired cache entries not cleaned up (#357) 2021-02-26 09:54:24 +09:00
integration_test.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
pod_runner_token_injector.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
runner_controller.go Added support to enable and disable enableServiceLinks. (#628) 2021-06-22 17:27:26 +09:00
runnerdeployment_controller.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
runnerdeployment_controller_test.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
runnerreplicaset_controller.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
runnerreplicaset_controller_test.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
runnerset_controller.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
schedule.go Experimental support for ScheduledOverrides (#515) 2021-05-03 23:31:17 +09:00
schedule_test.go Experimental support for ScheduledOverrides (#515) 2021-05-03 23:31:17 +09:00
suite_test.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
utils.go feat: EKS IAM Roles for Service Accounts for Runner Pods (#226) 2020-12-08 17:56:06 +09:00
utils_test.go feat: EKS IAM Roles for Service Accounts for Runner Pods (#226) 2020-12-08 17:56:06 +09:00