From f08a2e4a1fd2c65798574e29c34fdff5cb8ef366 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Tue, 22 Mar 2022 15:22:00 -0400 Subject: [PATCH] 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 --- lib/config/config.default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2