aboutsummaryrefslogtreecommitdiffstats
path: root/gce
diff options
context:
space:
mode:
Diffstat (limited to 'gce')
-rw-r--r--gce/gce.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gce/gce.go b/gce/gce.go
index 27bbbf6f2..1d22bd78b 100644
--- a/gce/gce.go
+++ b/gce/gce.go
@@ -127,7 +127,7 @@ func (ctx *Context) CreateInstance(name, machineType, image, sshkey string) (str
Scheduling: &compute.Scheduling{
AutomaticRestart: false,
Preemptible: true,
- OnHostMaintenance: "TERMINATE",
+ OnHostMaintenance: "MIGRATE",
},
}