-
Feature Request
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
False
-
None
-
False
-
Not Selected
-
-
-
1. Proposed title of this feature request
Node description should show number of sockets (lscpu | grep socket) and number of NUMA nodes , hardware type (dmidecode -t1 ).
More details :
I have a customer who is looking for more information to display in node describe command.
Output of `$ oc get node/nodeName -o {jason,yaml}` or `$ oc describe node <Node-Name>` shows plenty of specifications on the OCP node, such number of CPU (.status.capacity.cpu) , Memory, CPU usage Memory usage, Taints, etc.
Node description should show more information such as :
number of sockets (lscpu | grep socket) and number of NUMA nodes , hardware type (dmidecode -t1 )
2. What is the nature and description of the request?
Feature request
3. Why does the customer need this? (List the business requirements here)
One need is to find out the number of sockets for subscription management because it is calculated per socket.
Another use is to find out if the scheduled pods are based on NUMA nodes or to understand how to configure PAO (Performance Addon Operator)
4. List any affected packages or components.
Node describe