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
Pod name generation relies on getpass.getuser(). As per documentation, getpass.getuser() checks env for LOGNAME, USER, LNAME and USERNAME. As a matter of fact, daskdev/dask:latest does not set these.
The text was updated successfully, but these errors were encountered:
There are likely many assumptions along these lines. This library is often used with zero-to-jupyterhub which does set these are part of the scheduling.
Would be great to fix this with some more sensible default.
Pod name generation relies on
getpass.getuser()
. As per documentation,getpass.getuser()
checks env forLOGNAME
,USER
,LNAME
andUSERNAME
. As a matter of fact,daskdev/dask:latest
does not set these.The text was updated successfully, but these errors were encountered: