Skip to content

Commit

Permalink
add note for preemptible_worker_config (#4695)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez authored Apr 14, 2021
1 parent 16301a4 commit 3e8a9a6
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,11 @@ The `cluster_config` block supports:
* `worker_config` (Optional) The Google Compute Engine config settings for the worker instances
in a cluster.. Structure defined below.

* `preemptible_worker_config` (Optional) The Google Compute Engine config settings for the additional (aka
preemptible) instances in a cluster. Structure defined below.
* `preemptible_worker_config` (Optional) The Google Compute Engine config settings for the additional
instances in a cluster. Structure defined below.
* **NOTE** : `preemptible_worker_config` is
an alias for the api's [secondaryWorkerConfig](https://cloud.google.com/dataproc/docs/reference/rest/v1/ClusterConfig#InstanceGroupConfig). The name doesn't neccasarily mean it is preemptible and is named as
such for legacy/compatibility reasons.

* `software_config` (Optional) The config settings for software inside the cluster.
Structure defined below.
Expand Down

0 comments on commit 3e8a9a6

Please sign in to comment.