Open ericphanson opened 3 years ago
Or otherwise easily apply cluster-autoscaler.kubernetes.io/safe-to-evict: "false", which is likely desirable whenever running a single computational job/script (as opposed to a service that should be downscaled when idle etc).
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
Note that you can use https://github.com/beacon-biosignals/K8sClusterManagers.jl#advanced-configuration to handle this currently. I agree that there are ways to make this user story better though.
Or otherwise easily apply
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
, which is likely desirable whenever running a single computational job/script (as opposed to a service that should be downscaled when idle etc).