-
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
Assume valid when name validation errors. #393
Conversation
@codegoblins can you review? |
Current coverage is
|
With this patch I was able to create a service & RC from the deploy flow called 'runtest': However, I am unable to do anything else from the dashboard e.g. edit pod count, view details: It seems like kubernetes/kubernetes/21464 is the real culprit here. If we want to fix this from the frontend side, we're just pushing the problem further down the deployment/administration flow. |
True. You'll be able to access it when running the Dashboard inside a cluster. |
You're correct. The linked issue is the real problem. This PR, however, addresses problem with our UI where we assume that name is invalid when we cannot determine its correctness. I believe we should assume it is valid because potential problems will be caught later. |
Reviewed 2 of 2 files at r1. Comments from the review on Reviewable.io |
Confirmed that the problem is nonexistant when running from within the cluster. |
Should it be merged? |
I say yes :) Merging. |
Assume valid when name validation errors.
Addresses #373