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
To configure existing Runner with Local SSD follow this article:
1340
+
To configure existing Runner with Local SSDs follow this article:
1341
1341
1342
1342
[How-to: Configuring an existing Runtime Environment with Local SSDs (GKE only)](https://support.codefresh.io/hc/en-us/articles/360016652920-How-to-Configuring-an-existing-Runtime-Environment-with-Local-SSDs-GKE-only-)
1343
1343
1344
1344
##### GCE Disks
1345
1345
If you want to use *GCE Disks*:
1346
1346
1347
-
*Prerequisite:* volume provisioner (dind-volume-provisioner) should have permissions to create/delete/get of Google disks
1347
+
*Prerequisites:* volume provisioner (dind-volume-provisioner) should have permissions to create/delete/get GCE disks
1348
1348
1349
1349
There are 3 options to provide cloud credentials on GCE:
1350
1350
1351
-
* run `dind-volume-provisioner-runner` on node with iam role which is allowed to create/delete/get of Google disks
1352
-
* create Google Service Account with `ComputeEngine.StorageAdmin`, download its key and pass it to venona installed with `--set-file=Storage.GooogleServiceAccount=/path/to/google-service-account.json`
1353
-
* use [Google Workload Identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) to assign iam role to `volume-provisioner-venona` service account
1351
+
* run `dind-volume-provisioner-runner` pod on a node with IAM role which is allowed to create/delete/get GCE disks
1352
+
* create Google Service Account with `ComputeEngine.StorageAdmin` role, download its key is JSON format and pass it to `codefresh runner init` with `--set-file=Storage.GooogleServiceAccount=/path/to/google-service-account.json`
1353
+
* use [Google Workload Identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) to assign IAM role to `volume-provisioner-runner` service account
1354
1354
1355
1355
Notice that builds will be running in a single availability zone, so you must specify AvailabilityZone parameters.
1356
1356
@@ -1359,6 +1359,7 @@ Install Runner using GCE Disks:
To configure existing Runner with GCE disks follow this article:
1397
+
To configure existing Runner with GCE Disks follow this article:
1397
1398
1398
1399
[How-to: Configuring an existing Runtime Environment with GCE disks](https://support.codefresh.io/hc/en-us/articles/360016652900-How-to-Configuring-an-existing-Runtime-Environment-with-GCE-disks)
0 commit comments