From: Tom Clegg Date: Tue, 22 Mar 2022 19:22:00 +0000 (-0400) Subject: 18596: Change AlwaysUsePreemptibleInstances default to false. X-Git-Tag: 2.4.0~26^2~3 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/f08a2e4a1fd2c65798574e29c34fdff5cb8ef366 18596: Change AlwaysUsePreemptibleInstances default to false. Admin docs were already updated to say the default is false, which makes sense now that users can request preemptible instances via arvados-cwl-runner (#18180) -- now the default really is false. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index c9232a76d9..b72faa2375 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -905,7 +905,7 @@ Clusters: # # This flag is ignored if no preemptible instance types are # configured, and has no effect on top-level containers. - AlwaysUsePreemptibleInstances: true + AlwaysUsePreemptibleInstances: false # Automatically add a preemptible variant for every # non-preemptible entry in InstanceTypes below. The maximum bid