<#374 feat: Dask add pod template support> Pull re...
# flyte-github
a
#374 feat: Dask add pod template support Pull request opened by bstadlbauer on <!date^1689344583^{date_short}|2023-07-14T14:23:03Z> TL;DR This PR change the
dask
plugin to use
ToK8sPodSpec
to create the basis of the pod template to be used for all
dask
components. This is coherent with other plugins (such as the
ray
plugin) and enables the use of common features such as pod templates. Type ☐ Bug Fix ☑︎ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☐ Smoke tested ☑︎ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue Complete description This has been pretty straight forward. The only downside was that I had to remove the interruptible config from the pod spec after it has been added, as I couldn't see a way of not adding it in
ToK8sPodSpec
. flyteorg/flyteplugins GitHub Actions: Run tests GitHub Actions: Run lint 3 other checks have passed 3/5 successful checks