I’m playing around with the Dask integration, and ...
# ask-the-community
m
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?
k
cc @Bernhard Stadlbauer
b
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 @Dan Rammer (hamersaw)
m
Cool -thank you @Bernhard Stadlbauer - Sounds great 👍