actions-runner-controller/controllers/actions.summerwind.net
Yusuke Kuoka 94c089c407
Revert docker.sock path to /var/run/docker.sock (#2536)
Starting ARC v0.27.2, we've changed the `docker.sock` path from `/var/run/docker.sock` to `/var/run/docker/docker.sock`. That resulted in breaking some container-based actions due to the hard-coded `docker.sock` path in various places.

Even `actions/runner` seem to use `/var/run/docker.sock` for building container-based actions and for service containers?

Anyway, this fixes that by moving the sock file back to the previous location.

Once this gets merged, users stuck at ARC v0.27.1, previously upgraded to 0.27.2 or 0.27.3 and reverted back to v0.27.1 due to #2519, should be able to upgrade to the upcoming v0.27.4.

Resolves #2519
Resolves #2538
2023-04-27 13:06:35 +09:00
..
metrics Changes to folder structure to allow multigroups and changed go mod name (#2105) 2022-12-28 09:38:34 +09:00
testdata Changes to folder structure to allow multigroups and changed go mod name (#2105) 2022-12-28 09:38:34 +09:00
autoscaling.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
autoscaling_test.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
constants.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
horizontal_runner_autoscaler_batch_scale.go Ensure that EffectiveTime is updated on webhook scale down (#2258) 2023-03-01 08:27:37 +09:00
horizontal_runner_autoscaler_webhook.go Resolves the erroneous webhook scale down due to check runs (#2119) 2023-02-21 10:56:46 +09:00
horizontal_runner_autoscaler_webhook_test.go chore(deps): bump sigs.k8s.io/controller-runtime from 0.13.1 to 0.14.1 (#2132) 2023-01-27 09:23:28 +09:00
horizontal_runner_autoscaler_webhook_worker.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
horizontal_runner_autoscaler_webhook_worker_test.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
horizontalrunnerautoscaler_controller.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
integration_test.go Fix docker.sock permission error for non-dind Ubuntu 20.04 runners since v0.27.2 (#2499) 2023-04-17 21:30:41 +09:00
multi_githubclient.go Check if appID and instID are non-empty before attempting to parseInt (#2463) 2023-04-03 09:06:59 +09:00
new_runner_pod_test.go Revert docker.sock path to /var/run/docker.sock (#2536) 2023-04-27 13:06:35 +09:00
persistent_volume_claim_controller.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
persistent_volume_controller.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
pod_runner_token_injector.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
runner_controller.go Revert docker.sock path to /var/run/docker.sock (#2536) 2023-04-27 13:06:35 +09:00
runner_graceful_stop.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
runner_pod.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
runner_pod_controller.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
runner_pod_owner.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
runnerdeployment_controller.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
runnerdeployment_controller_test.go Disable metrics serving in proxy tests (#2307) 2023-02-22 16:57:59 +00:00
runnerreplicaset_controller.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
runnerreplicaset_controller_test.go Disable metrics serving in proxy tests (#2307) 2023-02-22 16:57:59 +00:00
runnerset_controller.go Fix docker.sock permission error for non-dind Ubuntu 20.04 runners since v0.27.2 (#2499) 2023-04-17 21:30:41 +09:00
schedule.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
schedule_test.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
suite_test.go chore(deps): bump sigs.k8s.io/controller-runtime from 0.13.1 to 0.14.1 (#2132) 2023-01-27 09:23:28 +09:00
sync_volumes.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
testresourcereader.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
testresourcereader_test.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
utils.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00
utils_test.go Update controller package names to match the owning API group name (#2150) 2023-01-13 08:24:11 +09:00