Skip to content

Commit fdef23f

Browse files
committed
Fix KubeletPodResourcesDynamicResources feature gate name
1 parent ea79d52 commit fdef23f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
10091009
该 API 增强了[资源分配报告](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources)
10101010
包含有关可分配资源的信息,使客户端能够正确跟踪节点上的可用计算资源。
10111011
<!--
1012-
- `KubeletPodResourcesDynamiceResources`: Extend the kubelet's pod resources gRPC endpoint to
1012+
- `KubeletPodResourcesDynamicResources`: Extend the kubelet's pod resources gRPC endpoint to
10131013
to include resources allocated in `ResourceClaims` via `DynamicResourceAllocation` API.
10141014
See [resource allocation reporting](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources) for more details.
10151015
with informations about the allocatable resources, enabling clients to properly
@@ -1026,7 +1026,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
10261026
- `LegacyServiceAccountTokenTracking`: Track usage of Secret-based
10271027
[service account tokens](/docs/concepts/security/service-accounts/#get-a-token).
10281028
-->
1029-
- `KubeletPodResourcesDynamiceResources`:扩展 kubelet 的 pod 资源 gRPC 端点以包括通过 `DynamicResourceAllocation` API 在 `ResourceClaims` 中分配的资源。
1029+
- `KubeletPodResourcesDynamicResources`:扩展 kubelet 的 pod 资源 gRPC 端点以包括通过 `DynamicResourceAllocation` API 在 `ResourceClaims` 中分配的资源。
10301030
有关详细信息,请参阅[资源分配报告](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources)
10311031
- `KubeletTracing`:新增在 Kubelet 中对分布式追踪的支持。
10321032
启用时,kubelet CRI 接口和经身份验证的 http 服务器被插桩以生成 OpenTelemetry 追踪 span。

0 commit comments

Comments
 (0)