Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add note for preemptible_worker_config #4695

Merged
merged 2 commits into from
Apr 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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