diff --git a/sky/templates/gcp-ray.yml.j2 b/sky/templates/gcp-ray.yml.j2 index 7a92c4d4429..c406ea32367 100644 --- a/sky/templates/gcp-ray.yml.j2 +++ b/sky/templates/gcp-ray.yml.j2 @@ -133,6 +133,10 @@ available_node_types: {%- if use_spot or gpu is not none %} scheduling: {%- if use_spot %} + automaticRestart: false + instanceTerminationAction: DELETE + onHostMaintenance: TERMINATE + provisioningModel: SPOT preemptible: true {%- endif %} {%- if gpu is not none %}