You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The namespace overview should have two charts with current resource status:
one with all limits from all pods in given namespace compared to the current resource usage taken from metrics server.
one with all requests from all pods in given namespace compared to the current resource usage taken from metrics server.
Remove current resource quota charts as they are not needed.
Reasons
Current resource quota charts display not very precise information about current cluster status.
It would be more usefull to see current utilization vs pod resources.
Attachments
The resource usage can be fetched by kubectl top pod.
Run kubectl -v 10 top pod to see what information is fetched from api server.
The text was updated successfully, but these errors were encountered:
Description
The namespace overview should have two charts with current resource status:
Remove current resource quota charts as they are not needed.
Reasons
Current resource quota charts display not very precise information about current cluster status.
It would be more usefull to see current utilization vs pod resources.
Attachments
The resource usage can be fetched by
kubectl top pod
.Run
kubectl -v 10 top pod
to see what information is fetched from api server.The text was updated successfully, but these errors were encountered: