-
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
Floating number can be entered as pod count #433
Comments
We should also add validation for big numbers here. I've just killed my cluster with 1 000 000 pods. |
Same for |
Should be as easy as creating a validator that verifies that a number is an integer. 1.0? What do you think? |
I'll take this one then |
This was referenced Mar 1, 2016
anvithks
pushed a commit
to anvithks/k8s-dashboard
that referenced
this issue
Sep 27, 2021
Added volumes and pool overview and list in tree view. Fixed kubernetes#424
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Observed result
no validation error
Expected result
validation error
The text was updated successfully, but these errors were encountered: