You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sounds good to me! The config option should be using the Dask config system rather than just a kwarg on the class, like the other options. But other than that I'm happy with this approach.
As an alternative to the option in #318 (for pulling from a private container registry) I'd like to
I could add an argument dedicated to that. But maybe we offer a general
extra_vm_options
argument? At a glance, this seems to workThen I can run
And get my managed identity on the VM:
I'll do a bit more testing, but I wanted to confirm that
extra_vm_options
is preferred to adding a specificidentity
parameter to__init__
.The text was updated successfully, but these errors were encountered: