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
@@ -1686,7 +1686,7 @@ When you use GitLab Runner with Google Cloud ADC, you typically use the default
1686
1686
BucketName = "runners-cache"
1687
1687
```
1688
1688
1689
-
If you use ADC, be sure that the service account that you use has the `iam.serviceAccounts.signBlob` permission. Typically this is done by granting the [Service Account Token Creator role](https://cloud.google.com/iam/docs/service-account-permissions#token-creator-role) to the service account.
1689
+
If you use ADC, be sure that the service account that you use has the `iam.serviceAccounts.signBlob` permission. Typically this is done by granting the [Service Account Token Creator role](https://docs.cloud.google.com/iam/docs/service-account-permissions#token-creator-role) to the service account.
Copy file name to clipboardExpand all lines: docs/configuration/runner_autoscale_aws_fargate/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ To work around this limitation, you can:
56
56
- Create multiple ECS task definitions with different images and specify the ARN in the `FARGATE_TASK_DEFINITION` CI/CD variable.
57
57
- Consider creating an EKS cluster by following the official [AWS EKS Blueprints](https://aws-ia.github.io/terraform-aws-eks-blueprints/).
58
58
59
-
For more information, see [Get started with GitLab EKS Fargate runners in 1 hour and zero code](https://about.gitlab.com/blog/2023/05/24/eks-fargate-runner/).
59
+
For more information, see [Get started with GitLab EKS Fargate runners in 1 hour and zero code](https://about.gitlab.com/blog/eks-fargate-runner/).
60
60
61
61
{{< /alert >}}
62
62
@@ -283,7 +283,7 @@ An Amazon ECS cluster is a grouping of ECS container instances.
283
283
1. Select **Update Cluster**.
284
284
1. Next to `Default capacity provider strategy`, select **Add another provider** and choose `FARGATE`. Select **Update**.
285
285
286
-
Refer to the AWS [documentation](https://docs.aws.amazon.com/AmazonECS/latest/userguide/create_cluster.html)
286
+
Refer to the AWS [documentation](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html)
287
287
for detailed instructions on setting up and working with a cluster on ECS Fargate.
288
288
289
289
## Step 6: Create an ECS task definition
@@ -380,7 +380,7 @@ the private subnet:
380
380
with the same configuration as the VPC you deleted and update the `cird` address, for example `10.0.0.0/23`.
381
381
1. [Create a public subnet](https://docs.aws.amazon.com/vpc/latest/privatelink/interface-endpoints.html) with the same configuration as the subnet you deleted. Use a `cird` address that is a subset
382
382
of the VPC address range, for example `10.0.0.0/24`.
383
-
1. [Create a private subnet](https://docs.aws.amazon.com/vpc/latest/userguide/working-with-subnets.html#create-subnets) with the same
383
+
1. [Create a private subnet](https://docs.aws.amazon.com/vpc/latest/userguide/create-subnet.html#create-subnets) with the same
384
384
configuration as the public subnet. Use a `cird` address range that does not overlap the public subnet range, for
385
385
example `10.0.1.0/24`.
386
386
1. [Create a NAT gateway](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html), and place it inside
@@ -434,7 +434,7 @@ For more information, see the following AWS documentation:
434
434
- [Amazon ECS task execution IAM role](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_execution_IAM_role.html)
[details on how to set up libvirt](https://cloud.google.com/compute/docs/instances/nested-virtualization/overview#starting_a_private_bridge_between_the_host_and_nested_vms)
23
+
[details on how to set up libvirt](https://docs.cloud.google.com/compute/docs/instances/nested-virtualization/overview#starting_a_private_bridge_between_the_host_and_nested_vms)
24
24
with bridge networking. This example will use the `default` network that
25
25
comes with when installing libvirt so make sure it's running.
Copy file name to clipboardExpand all lines: docs/executors/docker_autoscaler.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ concurrent = 10
139
139
140
140
Prerequisites:
141
141
142
-
- A VM image with [Docker Engine](https://docs.docker.com/engine/) installed, such as [`COS`](https://cloud.google.com/container-optimized-os/docs).
142
+
- A VM image with [Docker Engine](https://docs.docker.com/engine/) installed, such as [`COS`](https://docs.cloud.google.com/container-optimized-os/docs).
|`--google-accelerator`|`type=nvidia-tesla-p4,count=1`| Specifies the type and number of GPU accelerators to attach to the instance (`type=TYPE,count=N` format) |
171
-
|`--google-maintenance-policy`|`TERMINATE`| Always use `TERMINATE` because [Google Cloud does not allow live migration of GPU instances](https://cloud.google.com/compute/docs/instances/live-migration-process). |
172
-
|`--google-machine-image`|`https://www.googleapis.com/compute/v1/projects/deeplearning-platform-release/global/images/family/tf2-ent-2-3-cu110`| The URL of a GPU-enabled operating system. See the [list of available images](https://cloud.google.com/deep-learning-vm/docs/images). |
171
+
|`--google-maintenance-policy`|`TERMINATE`| Always use `TERMINATE` because [Google Cloud does not allow live migration of GPU instances](https://docs.cloud.google.com/compute/docs/instances/live-migration-process). |
172
+
|`--google-machine-image`|`https://www.googleapis.com/compute/v1/projects/deeplearning-platform-release/global/images/family/tf2-ent-2-3-cu110`| The URL of a GPU-enabled operating system. See the [list of available images](https://docs.cloud.google.com/deep-learning-vm/docs/images). |
173
173
|`--google-metadata`|`install-nvidia-driver=True`| This flag tells the image to install the NVIDIA GPU driver. |
174
174
175
-
These arguments map to [command-line arguments for`gcloud compute`](https://cloud.google.com/compute/docs/gpus/create-vm-with-gpus#gcloud_1).
176
-
See the [Google documentation on creating VMs with attached GPUs](https://cloud.google.com/compute/docs/gpus/create-vm-with-gpus)
175
+
These arguments map to [command-line arguments for`gcloud compute`](https://docs.cloud.google.com/compute/docs/gcloud-compute).
176
+
See the [Google documentation on creating VMs with attached GPUs](https://docs.cloud.google.com/compute/docs/gpus/create-vm-with-gpus)
- Install and configure [OpenSSH](https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=powershell#install-openssh-for-windows)
114
114
- Install [Git for Windows](https://git-scm.com/)
115
115
- Configure the [default shell as `pwsh`](https://learn.microsoft.com/en-us/windows-server/administration/OpenSSH/openssh-server-configuration#configuring-the-default-shell-for-openssh-in-windows). Update example with the correct full path:
0 commit comments