Skip to content

Commit fbc7cca

Browse files
wechulijclement136
andauthored
Update Docs on runner image to clarify that runner container must be named runner (#56794)
Co-authored-by: John Clement <[email protected]>
1 parent 7273433 commit fbc7cca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/actions/tutorials/actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,12 @@ The listener container inherits the `imagePullPolicy` defined for the controller
359359
360360
#### Configuring the runner image
361361
362-
You can update your copy of the [`values.yaml`](https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set/values.yaml) file and set the `template.spec` properties as follows.
362+
You can update your copy of the [`values.yaml`](https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set/values.yaml) file and set the `template.spec` properties to configure the runner pod for your specific use case.
363+
364+
> [!NOTE]
365+
> The runner container must be named `runner`. Otherwise, it will not be configured properly to connect to {% data variables.product.prodname_dotcom %}.
366+
367+
The following is a sample configuration:
363368
364369
```yaml
365370
template:

0 commit comments

Comments
 (0)