-
Notifications
You must be signed in to change notification settings - Fork 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
nomad UI "couldn't connect to client" when evaluating CPU and Memory for a job #3545
Comments
@Justin-DynamicD Is the UI being accessed within the same network as when alloc-status works? A requirement is that you can contact the client node directly to access stats. |
"same network" is a bit ambiguous so Ill clarify: all systems in question are route-able, but not necessarily the same subnet. The Nomad cluster is on 3 separate subnets, all rout-able to the node in question (which shares one of the subnets). I can successfully test from a 4th rout-able subnet in another physical datacenter. So there is lots of routing involved, but no ACLs, firewall, or otherwise. |
@Justin-DynamicD Thanks for clarifying. Closing as @DingoEatingFuzz points out this has been fixed by #3530 and will be part of 0.7.1! Thanks for reporting! |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
When browsing the new UI in Nomad 0.7.0, if I browse a client and look at the allocation table, both the CPU and Memory report a yellow "!" instead of a value. Hovering over these warnings with the mouse reports "couldn't connect to client".
It's possible I'm missing a setting somewhere but wasn't able to find it. As an FYI nomad alloc-status -stats returns information just fine.
The text was updated successfully, but these errors were encountered: