Optimize workspace names length
Issue: Come up with more user-friendly scheme for rand... (#409774 - closed) • Ashvin Sharma • 18.5
What does this MR do and why?
Optimize workspace names length
Longer workspace names can have issues with Kubernetes since it only allows 63 characters in the name. PVCs and pod names have suffixes appended to the workspace name which can cause issues. As a result, workspace names are shortened.
Changelog: other
EE: true
References
Discussion on workspace name length- #409774 (comment 2740758730)
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Create a workspace
- Note the name is friendly without
workspace-
suffix.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Ashvin Sharma