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 LocalSSD follow this article:
1340
+
To configure existing Runner with LocalSSDs 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/getof Google disks
1347
+
*Prerequisites:* volume provisioner (dind-volume-provisioner) should have permissions to create/delete/getGCE 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 withiam role which is allowed to create/delete/getof Google disks
1352
-
* create Google Service Account with `ComputeEngine.StorageAdmin`, download its key and pass it tovenona 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 assigniam role to `volume-provisioner-venona` service account
1351
+
* run `dind-volume-provisioner-runner`podonanode withIAM role which is allowed to create/delete/getGCE disks
1352
+
* create Google Service Account with `ComputeEngine.StorageAdmin` role, download its keyis JSON formatand 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 assignIAM 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 GCEdisks follow this article:
1397
+
To configure existing Runner with GCEDisks 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)