-
-
Notifications
You must be signed in to change notification settings - Fork 155
Closed as not planned
Description
In dask_kubernetes/core.py
, the templates for the worker and the scheduler have environment variables expanded when loading configured templates; however, the scheduler-service-template
does not. At present, I currently specify ownerReferences
on the scheduler and workers with the originating pod (via environment variables set using the k8s downward api). In the event the originating pod goes down. Any dangling resources can be cleaned up automatically; however, the scheduler cannot in this case.