Skip to content

Commit 664bd5d

Browse files
Update deploy-runner-scale-sets.md (#57398)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent 9a7d44b commit 664bd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/tutorials/use-actions-runner-controller/deploy-runner-scale-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ listenerTemplate:
441441

442442
{% data reusables.actions.actions-runner-controller-unsupported-customization %}
443443

444-
If you are using container jobs and services or container actions, the `containerMode` value must be set to `dind` or `kubernetes`.
444+
If you are using container jobs and services or container actions, you must set the `containerMode` value to `dind` or `kubernetes`. To use a custom container mode, comment out or remove `containerMode`, and add your desired configuration to the `template` section. See [Customizing container modes](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller#customizing-container-modes).
445445

446446
* For more information on container jobs and services, see [AUTOTITLE](/actions/using-jobs/running-jobs-in-a-container).
447447
* For more information on container actions, see [AUTOTITLE](/actions/creating-actions/creating-a-docker-container-action).

0 commit comments

Comments
 (0)