beacon-biosignals / K8sClusterManagers.jl

A Julia cluster manager for Kubernetes
Other
31 stars 5 forks source link

FR: Ergonomic way to inherit driver labels on workers #79

Open ericphanson opened 3 years ago

ericphanson commented 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).

omus commented 3 years ago

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.