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

DRAFT Develop and test script to list usernames that will get escaped differently with KubeSpawner 7's safe slug scheme #4917

Closed
consideRatio opened this issue Oct 2, 2024 · 1 comment

Comments

@consideRatio
Copy link
Member

consideRatio commented Oct 2, 2024

With KubeSpawner 7, we get the safe slug scheme by default - its better and we want it, for example because it don't lead to errors of using a named server with a capital letter in the beginning. Anyhow, it impacts us because it changes how {username} gets escaped. This in turn impacts us as we mount NFS storage by declaring subPath: "{username}". To preserve previous behavior, we can change that to subPath: "{username}".

This relates to the comment in the z2jh release issue:

@consideRatio consideRatio changed the title Develop and test script to list usernames that will get escaped differently with KubeSpawner 7's safe slug scheme DRAFT Develop and test script to list usernames that will get escaped differently with KubeSpawner 7's safe slug scheme Oct 2, 2024
@consideRatio
Copy link
Member Author

Closed in favor of upstream issue: jupyterhub/zero-to-jupyterhub-k8s#3532

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant