kubernetes/pkg/api
Clayton Coleman 264496cc41
scheduler: Implement resource metrics at /metrics/resources
Implement pod resource metrics as described in KEP 1916. The new
`/metrics/resources` endpoint is exposed on the active scheduler
and reports kube_pod_resources* metrics that present the effective
requests and limits for all resources on the pods as calculated by
the scheduler and kubelet. This allows administrators using the
system to quickly perform resource consumption, reservation, and
pending utilization calculations when those metrics are read.
Because metrics calculation is on-demand, there is no additional
resource consumption incurred by the scheduler unless the endpoint
is scraped.
2020-11-12 12:37:38 -05:00
..
legacyscheme Using var() block to define variables 2019-04-20 15:12:48 -04:00
persistentvolume remove david-mcmahon from reviewers 2020-06-30 14:06:58 -07:00
persistentvolumeclaim Move Snapshot to GA 2020-11-03 03:14:18 +00:00
pod GA of RuntimeClass feature gate and API 2020-11-11 19:22:32 +00:00
podsecuritypolicy GA of RuntimeClass feature gate and API 2020-11-11 19:22:32 +00:00
service remove david-mcmahon from reviewers 2020-06-30 14:06:58 -07:00
testing Downward API hugepages 2020-11-10 16:09:13 -05:00
v1 scheduler: Implement resource metrics at /metrics/resources 2020-11-12 12:37:38 -05:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00