jupyterhub / kubespawner

Kubernetes spawner for JupyterHub
https://jupyterhub-kubespawner.readthedocs.io
BSD 3-Clause "New" or "Revised" License
531 stars 299 forks source link

Named server pod name typo #323

Closed vilhelmen closed 5 years ago

vilhelmen commented 5 years ago

Looks like there's a small hiccup in the named server pod name generation that always appends 2d to the name of the server. Maybe in KubeSpawner._expand_user_properties ? I'm not very familiar with the variables involved, but is appears that 0x2d is '-', so something is getting misinterpreted somewhere.

Tested with master Z2JH using JH 1.0.1 and kubespawner 0.10.1

image
dmarth commented 5 years ago

This is a known issue (#300). The fix has already been merged into the master branch (#309).

betatim commented 5 years ago

Thanks for noting the duplicate. Closing.