Update the correct values for allocated resources
In the example, Memory limits and Memory requests per namespace don't add up correctly to the total displayed under Total requests.pull/21904/head
parent
cad0588597
commit
730f645283
|
@ -657,7 +657,7 @@ Allocated resources:
|
||||||
(Total limits may be over 100 percent, i.e., overcommitted.)
|
(Total limits may be over 100 percent, i.e., overcommitted.)
|
||||||
CPU Requests CPU Limits Memory Requests Memory Limits
|
CPU Requests CPU Limits Memory Requests Memory Limits
|
||||||
------------ ---------- --------------- -------------
|
------------ ---------- --------------- -------------
|
||||||
680m (34%) 400m (20%) 920Mi (12%) 1070Mi (14%)
|
680m (34%) 400m (20%) 920Mi (11%) 1070Mi (13%)
|
||||||
```
|
```
|
||||||
|
|
||||||
In the preceding output, you can see that if a Pod requests more than 1120m
|
In the preceding output, you can see that if a Pod requests more than 1120m
|
||||||
|
|
Loading…
Reference in New Issue