I’m playing around with the Dask integration, and running into an issue where the Dask cluster is using the `default`service account and not the specified service account for the workflow. My default SA doesn’t have access to the Flyte data buckets, so its failing immediately.
Is there an obvious way to specify the service account for the Dask scheduler & workers?
g
glamorous-carpet-83516
07/18/2023, 5:34 PM
cc @agreeable-kitchen-44189
a
agreeable-kitchen-44189
07/19/2023, 5:12 AM
Good morning Michael!
This is not possible at the moment, but will be as soon as this PR lands. After that,
dask
will support pod templates, which should allow you to set a serviceAccount.
The PR should land some time this week or early next week.
cc @hallowed-mouse-14616
🙌 1
g
gray-ocean-62145
07/19/2023, 8:38 AM
Cool -thank you @agreeable-kitchen-44189 - Sounds great 👍