We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b00ac commit de0cdb7Copy full SHA for de0cdb7
mmv1/products/tpuv2/Vm.yaml
@@ -265,6 +265,12 @@ properties:
265
min_version: 'beta'
266
immutable: true
267
send_empty_value: true
268
+ - name: 'spot'
269
+ type: Boolean
270
+ description: |
271
+ Optional. Defines whether the node is Spot VM.
272
+ min_version: 'beta'
273
+ immutable: true
274
- name: 'dataDisks'
275
type: Array
276
description: |
mmv1/templates/terraform/examples/tpu_v2_vm_full.tf.tmpl
@@ -32,6 +32,7 @@ resource "google_tpu_v2_vm" "{{$.PrimaryResourceId}}" {
32
33
scheduling_config {
34
preemptible = true
35
+ spot = true
36
}
37
38
shielded_instance_config {
0 commit comments