18562: Fix UsePreemptibleInstances behavior.
[arvados.git] / lib / config / config.default.yml
index 7f859822537dfe440ebf7c8064400d11193a9cbe..98437e77584a525337c51076d7f0402e89748484 100644 (file)
@@ -899,10 +899,12 @@ Clusters:
       # go down.
       MaxComputeVMs: 64
 
-      # Preemptible instance support (e.g. AWS Spot Instances)
-      # When true, child containers will get created with the preemptible
-      # scheduling parameter parameter set.
-      UsePreemptibleInstances: false
+      # Schedule all child containers on preemptible instances (e.g. AWS
+      # Spot Instances) even if not requested by the submitter.
+      #
+      # This flag is ignored if no preemptible instance types are
+      # configured.
+      UsePreemptibleInstances: true
 
       # PEM encoded SSH key (RSA, DSA, or ECDSA) used by the
       # cloud dispatcher for executing containers on worker VMs.