@@ -131,18 +131,12 @@ Cloud representative. Set them at approximately lines 33 and 34 of
131131> skip this step and proceed to [manual reservation creation](#manual-creation-of-reservation).
132132
133133Set the deployment variable `a3_reservation_name` at approximately line 38 of
134- ` ml-slurm-a3-2-cluster.yaml` to the reservation name provided by Google. The
135- value for `a3_maintenance_interval` should also be set as directed by Google
136- staff. A common setting is `PERIODIC`, shown below, but this value must be
137- confirmed with Google staff.
134+ ` ml-slurm-a3-2-cluster.yaml` to the reservation name provided by Google.
138135
139136` ` ` yaml
140137 # a3_reservation_name must be specified; if Google staff have provided you
141138 # with a reservation name, use it. Otherwise supply user-created reservation.
142139 a3_reservation_name: reservation-name-provided-by-google
143- # a3_maintenance_interval should be empty string by default; if Google staff
144- # have created a reservation, they will also provide a3_maintenance_interval
145- a3_maintenance_interval: PERIODIC
146140` ` `
147141
148142# ## Manual creation of reservation
@@ -167,18 +161,14 @@ gcloud compute reservations create a3-reservation-0 \
167161
168162This reservation be must be specified when creating VMs with matching parameters
169163(e.g. a3-highgpu-8g VM in configured zone). If you executed the command above
170- without modification, you may leave `a3_reservation_name` and
171- ` a3_maintenance_interval` at their default values in
164+ without modification, you may leave `a3_reservation_name` at their default values in
172165` ml-slurm-a3-2-cluster.yaml` . Otherwise, ensure that the reservation name in the
173166blueprint matches the name of the user-created reservation.
174167
175168` ` ` yaml
176169 # a3_reservation_name must be specified; if Google staff have provided you
177170 # with a reservation name, use it. Otherwise supply user-created reservation.
178171 a3_reservation_name: a3-reservation-0
179- # a3_maintenance_interval should be empty string by default; if Google staff
180- # have created a reservation, they will also provide a3_maintenance_interval
181- a3_maintenance_interval: ""
182172` ` `
183173
184174# ## Using Spot VM or DWS Flex
0 commit comments