Igor Gotlibovych

Results 2 issues of Igor Gotlibovych

## Steps to reproduce ``` PYTHONASYNCIODEBUG=1 python -c "from dask_kubernetes import KubeCluster; KubeCluster()" ``` shows a number of errors. ## Update - fairly low priority in retrospect this is due...

bug
help wanted
kubecluster (classic)

Pod name generation relies on `getpass.getuser()`. As per [documentation](https://docs.python.org/3.7/library/getpass.html#getpass.getuser), `getpass.getuser()` checks env for `LOGNAME`, `USER`, `LNAME` and `USERNAME`. As a matter of fact, [`daskdev/dask:latest`](https://hub.docker.com/layers/daskdev/dask/latest/images/sha256-2ac5385ebc20fe2982a22f8fcf3cf765e7a01dc5e5003b42aa44493af0a06438) does not set these.

bug
kubecluster (classic)