dask / dask-gateway

A multi-tenant server for securely deploying and managing Dask clusters.
https://gateway.dask.org/
BSD 3-Clause "New" or "Revised" License
135 stars 87 forks source link

Kubernetes controller deoesn't respect worker_cores factions correctly #765

Closed consideRatio closed 8 months ago

consideRatio commented 8 months ago

The dask-gateway controller doesn't respect the worker_cores configuration properly. A DaskCluster specification with worker_cores=7.745 ends up with a pod specification requesting 7700m. It seems that it rounds to the nearest 100m CPU.