You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
As GCP introduced a new generation of preemptible instances which is called Spot instance.
I'm trying to create a dataproc cluster with secondary workers as spot instances. But seems like in this line 778. There is no option to fulfill the request as gcloud cli does.
Describe the solution you'd like
I think we can declare a new value to the Preemptibility enum which is SPOT and support parsing it to API body before making request.