-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Generate context and user name smartly when merging config #768
Comments
Currently it renames the existing context to random strings which is quite annoying. |
It's a historical problem. Thanks for the feedback, I'll follow up by refactoring this part of the code. |
Is there anyway to keep the name of contexts in case of merging? I have unique context names in various files that I want to keep after merging. |
Sorry this hasn't been fixed yet due to work changes, I'll try to open this up in the near future. |
/assign @cr7258 |
I'll work on it. |
Is your feature request related to a problem? Please describe.
I'm always frustrated when merging config produces random context names, e.g.
and duplicated users
Describe the solution you'd like
Format the context from cluster and user name, e.g. user@cluster or simply cluster when there is no ambiguity.
Describe alternatives you've considered
Allow user to define the format string
Additional context
N/A
The text was updated successfully, but these errors were encountered: