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
Maybe even set a label by default, maybe name: <driver-pod-id>?
Some default labels would be nice. We should probably have a label that is used for the manager and worker pods (e.g. cluster: <driver-pod-id>) and a label just for the worker pods (e.g. worker: <driver-pod-id>).
Right now
labels
can be set by passing in aconfigure
closure, which is clunky.Users should be able to pass in
labels
as kwargs, the same way asmemory
,cpu
, etc.Maybe even set a label by default, maybe
name: <driver-pod-id>
?The text was updated successfully, but these errors were encountered: