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
Copy file name to clipboardExpand all lines: docs/clusters/gcp/install.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,20 @@ zone: us-central1-a
31
31
# instance type
32
32
instance_type: n1-standard-2
33
33
34
-
# GPU to attach to your instance (optional)
35
-
accelerator_type: nvidia-tesla-t4
36
-
37
34
# minimum number of instances
38
35
min_instances: 1
39
36
40
37
# maximum number of instances
41
38
max_instances: 5
39
+
40
+
# GPU to attach to your instance (optional)
41
+
# accelerator_type: nvidia-tesla-t4
42
+
43
+
# the name of the network in which to create your cluster
44
+
# network: default
45
+
46
+
# the name of the subnetwork in which to create your cluster
47
+
# subnet: default
42
48
```
43
49
44
50
The docker images used by the Cortex cluster can also be overridden, although this is not common. They can be configured by adding any of these keys to your cluster configuration file (default values are shown):
0 commit comments