You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/references/configuration.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ The [`[runners.autoscaler.plugin_config]` section](https://docs.gitlab.com/runne
117
117
118
118
## Autoscaler configuration
119
119
120
-
The [`[runners.autoscaler]` section](https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runnersautoscaler-section)have parameters that may interest you:
120
+
Below are parameters from the [`[runners.autoscaler]` section](https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runnersautoscaler-section)that are important for our plugin:
121
121
122
122
<table>
123
123
<tr>
@@ -136,13 +136,20 @@ The [`[runners.autoscaler]` section](https://docs.gitlab.com/runner/configuratio
136
136
137
137
## Connector configuration
138
138
139
-
The [`[runners.autoscaler.connector_config]` section](https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runnersautoscalerconnector_config-section)have parameters that are only partially supported:
139
+
Below are parameters from the [`[runners.autoscaler.connector_config]` section](https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runnersautoscalerconnector_config-section) that are important for our plugin:
140
140
141
141
<table>
142
142
<tr>
143
143
<th>Parameter</th>
144
144
<th>Value</th>
145
145
</tr>
146
+
<tr>
147
+
<td><code>use_external_addr</code></td>
148
+
<td>
149
+
Access the instances through their public addresses. Note that without private
150
+
networks, this field must be set to <code>true</code>.
0 commit comments