-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
kubectl view-utilization nodes command not returning correct values for CPU Request for nodes
System details
- Operating system that client is running
Big Sur 11.4 - kubectl client and server version
kubectl version
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.2", GitCommit:"092fbfbf53427de67cac1e9fa54aaa09a28371d7", GitTreeState:"clean", BuildDate:"2021-06-16T12:52:14Z", GoVersion:"go1.16.5", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.11+IKS", GitCommit:"f9c13a7b4d87e89ac8abb7a30230f4c3d9272184", GitTreeState:"clean", BuildDate:"2021-05-14T21:38:40Z", GoVersion:"go1.15.12", Compiler:"gc", Platform:"linux/amd64"}
WARNING: version difference between client (1.21) and server (1.19) exceeds the supported minor version skew of +/-1
- view-utilization plugin version
kubectl view-utilization -v->v0.3.3
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 15625m (98%) 72450m (456%)
memory 17270643072 (28%) 84819714816 (137%)
Above Result from describe node.
kubectl view-utilization nodes
CPU Memory
Node Requests %Requests Limits %Limits Requests %Requests Limits %Limits
10.176.15.179 4530 28 71900 452 17242783744 27 84724940800 137
describe and view-utilization not matching
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working