[zh-cn] Resync and remove kubelet-pod-resources-dynamice-resources.md

pull/47309/head
Mengjiao Liu 2024-07-30 09:55:41 +08:00
parent 4b6dc01216
commit 2d43b7adab
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
---
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.
-->
扩展 kubelet 的 Pod 资源 gRPC 端点,通过 `DynamicResourceAllocation` API 把已分配的资源算入 `ResourceClaims` 中。
有关更多细节,参见[资源分配报告](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources)。
使用可分配资源的信息,使客户端能够正确跟踪节点上的空闲计算资源。