diff --git a/README.md b/README.md index 31f4d5fa6b..f41460e9a6 100644 --- a/README.md +++ b/README.md @@ -922,6 +922,17 @@ spec: fsGroup: 1000 ``` + +### Use with Istio + +Istio 1.7.0 or greater has `holdApplicationUntilProxyStarts` added in https://github.com/istio/istio/pull/24737, which enables you to delay the `runner` container startup until the injected `istio-proxy` container finish starting. Try using it if you need to use Istio. Otherwise the runner is unlikely to work, because it fails to call any GitHub API to register itself due to `istio-proxy` being not up and running yet. + +Note that there's no official Istio integration in actions-runner-controller. It should work, but it isn't covered by our acceptance test(contribution is welcomed). In addition to that, none of the actions-runner-controller maintainers use Istio daily. If you need more information, or have any issues using it, refer to the following links: + +- https://github.com/actions-runner-controller/actions-runner-controller/issues/591 +- https://github.com/actions-runner-controller/actions-runner-controller/pull/592 +- https://github.com/istio/istio/issues/11130 + ### Software Installed in the Runner Image **Cloud Tooling**