-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Improve naming for wsnext tooling containers #11031
Comments
So, the scope of this issue is to implement using container name from sidecar definition instead of generating one. Note that collision issue should not be covered here and there may be cases when two plugins provide the same containers with the same name and it will lead to workspace start failure. |
plugin's id as prefix/suffix shouldn't make it collide (could be a way to solve collision) |
@garagatyi WDYT? |
The problem would be the signs used in the ID - k8s is very restrictive in that. |
@l0rd Could you please confirm that you are OK with naming containers in workspaces as
|
I believe it should be fixed by #11465 |
Description
When using ws.next workspaces, containers coming from plugins are named in my case:
it would be nice if the name could contain more details like the name of the plugin

it would help for example when you need to go to a terminal
The text was updated successfully, but these errors were encountered: