We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e75f47 + 3218ea6 commit c49e9c4Copy full SHA for c49e9c4
1 file changed
examples/gke-a4x/README.md
@@ -19,15 +19,15 @@
19
gcloud compute reservations create RESERVATION_NAME \
20
--require-specific-reservation \
21
--project=PROJECT_ID \
22
- --machine-type=a4x-highgpu-4g-nolssd \
+ --machine-type=a4x-highgpu-4g \
23
--vm-count=NUMBER_OF_VMS \
24
--zone=ZONE
25
26
Replace the following:
27
1. `RESERVATION_NAME`: a name for your reservation.
28
1. `PROJECT_ID`: your project ID.
29
1. `NUMBER_OF_VMS`: the number of VMs needed for the cluster.
30
- 1. `ZONE`: a zone that has `a4x-highgpu-4g-nolssd` machine types.
+ 1. `ZONE`: a zone that has `a4x-highgpu-4g` machine types.
31
1. Create a cluster.
32
33
Use the following instructions to create a cluster using Cluster Toolkit.
0 commit comments