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/configuration/autoscale.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -424,7 +424,7 @@ for the rest of the week, and on the weekends, no pipelines are started.
424
424
These periods can be configured with the help of `[[runners.machine.autoscaling]]` sections.
425
425
Each of them supports setting `IdleCount` and `IdleTime` based on a set of `Periods`.
426
426
427
-
**How autoscaling periods work**
427
+
### How autoscaling periods work
428
428
429
429
In the `[runners.machine]` settings, you can add multiple `[[runners.machine.autoscaling]]` sections, each one with its own `IdleCount`, `IdleTime`, `Periods` and `Timezone` properties. A section should be defined for each configuration, proceeding in order from the most general scenario to the most specific scenario.
430
430
@@ -456,7 +456,7 @@ The rest of the time, the values are taken from the defaults in the root - `Idle
456
456
{{< alert type="note" >}}
457
457
458
458
The 59th second of the last
459
-
minute in any period that you specify is *not* be considered part of the
459
+
minute in any period that you specify is not be considered part of the
460
460
period. For more information, see [issue #2170](https://gitlab.com/gitlab-org/gitlab-runner/-/issues/2170).
Copy file name to clipboardExpand all lines: docs/configuration/configuring_runner_operator.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -407,17 +407,15 @@ fatal: detected dubious ownership in repository at '/builds/gitlab-org/gitlab-ru
407
407
408
408
This error indicates that the repository was cloned by user ID `1001` (helper container), but a different user ID in the build container is attempting to access it.
409
409
410
-
**Solution**
411
-
412
-
Configure your build container's security context to match the helper container's user ID and group ID:
410
+
Solution: configure your build container's security context to match the helper container's user ID and group ID:
Copy file name to clipboardExpand all lines: docs/configuration/runner_autoscale_aws_fargate/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,9 +256,9 @@ Now install GitLab Runner on the Ubuntu instance.
256
256
- If `EnablePublicIP` is set to true, the public IP of the task container is gathered to perform the SSH connection.
257
257
- If `EnablePublicIP` is set to false:
258
258
- The Fargate driver uses the task container's private IP. To set up a connection when set to `false`, the VPC Security Group must
259
-
have an inbound rule for Port 22 (SSH), where the source is the VPC CIDR.
259
+
have an inbound rule for Port 22 (SSH), where the source is the VPC CIDR.
260
260
- To fetch external dependencies, provisioned AWS Fargate containers must have access to the public internet. To provide
261
-
public internet access for AWS Fargate containers, you can use a NAT Gateway in the VPC.
261
+
public internet access for AWS Fargate containers, you can use a NAT Gateway in the VPC.
262
262
263
263
- The port number of the SSH server is optional. If omitted, the default SSH port (22) is used.
264
264
- For more information about the section settings, see the [Fargate driver documentation](https://gitlab.com/gitlab-org/ci-cd/custom-executor-drivers/fargate/-/tree/master/docs#configuration).
0 commit comments