18562: Fix UsePreemptibleInstances behavior.
[arvados.git] / lib / config / generated_config.go
index 485273e1b0ed0409f07f058959c45a8f739b5f08..751df894e81994b0f8812f21b7bcb5b8e0d0dfe9 100644 (file)
@@ -905,10 +905,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.