tighten up docs
This commit is contained in:
parent
2009fcd9df
commit
6eaf8f4559
|
@ -178,13 +178,14 @@ builder.
|
||||||
`use_internal_ip` must be true if this property is true.
|
`use_internal_ip` must be true if this property is true.
|
||||||
|
|
||||||
- `preemptible` (boolean) - If true, launch a preembtible instance.
|
- `preemptible` (boolean) - If true, launch a preembtible instance.
|
||||||
- 'on_host_maintenance' (string) - Sets Host Maintenance Option
|
|
||||||
valid strings "MIGRATE" and "TERMINATE" please see
|
- `on_host_maintenance` (string) - Sets Host Maintenance Option. Valid
|
||||||
[GCE Instance Scheduling Options](https://cloud.google.com/compute/docs/instances/setting-instance-scheduling-options)
|
choices are `MIGRATE` and `TERMINATE`. Please see [GCE Instance Scheduling
|
||||||
Not all machine_type in google support MIGRATE (machines with gpu)
|
Options](https://cloud.google.com/compute/docs/instances/setting-instance-scheduling-options),
|
||||||
also preemptiblity will impact available options
|
as not all machine_types support `MIGRATE` (i.e. machines with GPUs). The
|
||||||
- preemptible == true , defaults to TERMINATE
|
default value depends on preemtability.
|
||||||
- preemptible == false , defaults to MIGRATE
|
- when preemptible == true, defaults to `TERMINATE`
|
||||||
|
- when preemptible == false, defaults to `MIGRATE`
|
||||||
|
|
||||||
- `region` (string) - The region in which to launch the instance. Defaults to
|
- `region` (string) - The region in which to launch the instance. Defaults to
|
||||||
to the region hosting the specified `zone`.
|
to the region hosting the specified `zone`.
|
||||||
|
|
Loading…
Reference in New Issue