18 lines
616 B
Markdown
18 lines
616 B
Markdown
---
|
|
title: KubeletPodResourcesDynamicResources
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.27"
|
|
---
|
|
Extend the kubelet's pod resources gRPC endpoint to
|
|
to include resources allocated in `ResourceClaims` via `DynamicResourceAllocation` API.
|
|
See [resource allocation reporting](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources) for more details.
|
|
with information about the allocatable resources, enabling clients to properly
|
|
track the free compute resources on a node.
|