GCP¶
GCP specific variables for configs.yaml:
| Name | Explanation / Values |
|---|---|
| zone | The zone in which to create the compute instances. (required) |
| pathToCredentials | Path to the GCP JSON credentials file (note this file has to be downloaded in advance from the GCP console). (required) |
| image | Image for the instances. (required) |
| project | Google project under which the infrastructure has to be provisioned. (required) |
| gpuType | Type of GPU to be used. Needed if the Deep Learning test was selected at testsCatalog.yaml. |
It is also possible to use GKE to provision the cluster, for this refer to section Using existing clusters. You will have to fetch the kubectl kubeconfig file too.