Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pod name generation fails on some images #218

Closed
ig248 opened this issue Jan 11, 2020 · 2 comments
Closed

Pod name generation fails on some images #218

ig248 opened this issue Jan 11, 2020 · 2 comments

Comments

@ig248
Copy link
Contributor

ig248 commented Jan 11, 2020

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.

@jacobtomlinson
Copy link
Member

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.

@jacobtomlinson
Copy link
Member

The classic KubeCluster was removed in #890. All users will need to migrate to the Dask Operator. Closing.

@jacobtomlinson jacobtomlinson closed this as not planned Won't fix, can't repro, duplicate, stale Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants