Skip to content

Commit 3218ea6

Browse files
committed
git cl
1 parent d0f0054 commit 3218ea6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/gke-a4x/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
gcloud compute reservations create RESERVATION_NAME \
2020
--require-specific-reservation \
2121
--project=PROJECT_ID \
22-
--machine-type=a4x-highgpu-4g-nolssd \
22+
--machine-type=a4x-highgpu-4g \
2323
--vm-count=NUMBER_OF_VMS \
2424
--zone=ZONE
2525

2626
Replace the following:
2727
1. `RESERVATION_NAME`: a name for your reservation.
2828
1. `PROJECT_ID`: your project ID.
2929
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.
30+
1. `ZONE`: a zone that has `a4x-highgpu-4g` machine types.
3131
1. Create a cluster.
3232

3333
Use the following instructions to create a cluster using Cluster Toolkit.

0 commit comments

Comments
 (0)