-
Notifications
You must be signed in to change notification settings - Fork 18
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
Memory report showing error #52
Comments
Thank you for reporting bug. It will be helpful if you run debug command and share your output.
This is the same (simplified) snippet that grabs node data. I think |
Thanks for the quick reply! Here is the requested output:
|
Thank you. I edited my above reply command to show node allocatable instead pod requests but you must have got the older command. In the beginning I thought the issue was with pod resources but I realized its nodes that are not reporting right. I hope it's not too much to ask if you could run
The issues is with allocatable. The above output looks fine. |
Not a problem at all, appreciate your help.
|
Looks like one node is missing allocatable. There may be issue on the node itself.
Then you can do describe node and see what's the status on it. Specifically take interest at the middle Regardless I think we need some better error handling on computation side. |
I can't seem to find anything strange: Node 1:
Node 2:
If by any chance you are in Kubernetes slack server, feel free to DM me and I'd be happy to share the full output. |
Thank you for sharing output. This is actually enough info to debug. Memory is reporting as
Fix needs to be made to add |
Thanks for all the debugging help! |
Describe the bug
I'm probably doing something wrong, but wanted to clarify why I could be getting the following output:
System details
macOS 10.14.6
kubectl version
kubectl view-utilization -v
The text was updated successfully, but these errors were encountered: