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
NodeSelector: # dind and engine pods node-selector (--build-node-selector)
1335
+
cloud.google.com/gke-local-ssd: "true"
1336
+
...
1337
+
{% endraw %}
1338
+
{% endhighlight %}
1339
+
1340
+
To configure existing Runner with Local SSD follow this article:
1341
+
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
+
1344
+
##### GCE Disks
1323
1345
If you want to use *GCE Disks*:
1324
1346
1325
1347
*Prerequisite:* volume provisioner (dind-volume-provisioner) should have permissions to create/delete/get of Google disks
@@ -1332,7 +1354,7 @@ There are 3 options to provide cloud credentials on GCE:
1332
1354
1333
1355
Notice that builds will be running in a single availability zone, so you must specify AvailabilityZone parameters.
To configure existing Runner with GCE disks follow this article:
1397
+
1398
+
[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)
1399
+
1400
+
1344
1401
#### Using multiple Availability Zones
1345
1402
1346
1403
Currently, to support effective caching with GCE disks, the builds/pods need to be scheduled in a single AZ (this is more related to a GCP limitation than a Codefresh runner issue).