mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-16 18:51:33 +02:00
Remove controller_preemptible option on Google Cloud
* Controller preemption is not safe or covered in documentation. Delete the option, the variable is a holdover from old experiments * Note, worker_preemeptible is still a great feature that's supported
This commit is contained in:
@ -45,11 +45,6 @@ resource "google_compute_instance_template" "controller" {
|
||||
user-data = "${data.ct_config.controller_ign.rendered}"
|
||||
}
|
||||
|
||||
scheduling {
|
||||
automatic_restart = "${var.preemptible ? false : true}"
|
||||
preemptible = "${var.preemptible}"
|
||||
}
|
||||
|
||||
disk {
|
||||
auto_delete = true
|
||||
boot = true
|
||||
|
Reference in New Issue
Block a user