You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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 declaringsubPath: "{username}"
. To preserve previous behavior, we can change that tosubPath: "{username}"
.This relates to the comment in the z2jh release issue:
The text was updated successfully, but these errors were encountered: