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.