-
Notifications
You must be signed in to change notification settings - Fork 4.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
Unclear message if service exists #432
Comments
Fix should be easy. We can do this for 1.0. What do you think? |
Working on it. |
I'm thinking about solution for this. The most accurate one seems to be sending more information from backend (at the moment it's whole validation result, for replication controller and service name together). Instead of it we could send both of these information. However, it will require more changes in architecture to display correct message in UI depending on data from backend. I'm not sure if we should complicate it like this. Second solution is really simple and it's changing validation message. How it should look like? Now it's |
The latter sounds good enough :) Can you send a PR? :) |
@bryk Sure. |
Issue details
Validation message might be confusing
Steps to reproduce
Steps:
Observed result
Validation error: "Application with this name already exists within namespace default."
However, Zerostate page is shown. So cluster seems to be empty.
Expected result
Unclear, at least message must be improved and documentation
The text was updated successfully, but these errors were encountered: