-
Notifications
You must be signed in to change notification settings - Fork 38
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
Can't create Jupyter pods due to length of username #179
Comments
isnt that something as the label |
Correct. I think this limit is too short, eg if you have the UID of active directory or an email as the username. |
FYI @harshad16 |
Thanks for pointing me to this. |
should we transfer this issue to https://github.com/opendatahub-io/kubeflow? |
/transfer kubeflow |
1 similar comment
/transfer kubeflow |
I am currently facing this issue when trying to create a Jupyter notebook. My username is an email address that consists of 30 characters. After encoding, it has 41 characters. In total, the route name would be 93 characters long. |
Usernames can be longer than 42 characters, e.g. mapping username from Active Directory or mapping the email address.
In this case the constructed name for the pod in the Jupyter stateful set exceeds the 63 character limit of kubernetes for labels.
Is there any workaround currently available, other than making sure that the username does not exceed 42 characters?
The text was updated successfully, but these errors were encountered: