File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
content/zh-cn/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -772,14 +772,17 @@ by using `--reserved-memory` flag.
772
772
<!--
773
773
# ## Device plugin resource API
774
774
775
- By employing the [API](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/),
776
- the information about reserved memory for each container can be retrieved, which is contained
775
+ The kubelet provides a `PodResourceLister` gRPC service to enable discovery of resources and associated metadata.
776
+ By using its [List gRPC endpoint](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#grpc-endpoint-list),
777
+ information about reserved memory for each container can be retrieved, which is contained
777
778
in protobuf `ContainerMemory` message.
778
- This information can be retrieved solely for pods in Guaranteed QoS class.
779
+ This information can be retrieved solely for pods in Guaranteed QoS class.
779
780
-->
780
781
# ## 设备插件资源 API {#device-plugin-resource-api}
781
782
782
- 通过使用此 [API](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/),
783
+ kubelet 提供了一个 `PodResourceLister` gRPC 服务来启用对资源和相关元数据的检测。
784
+ 通过使用它的
785
+ [List gRPC 端点](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#grpc-endpoint-list),
783
786
可以获得每个容器的预留内存信息,该信息位于 protobuf 协议的 `ContainerMemory` 消息中。
784
787
只能针对 Guaranteed QoS 类中的 Pod 来检索此信息。
785
788
You can’t perform that action at this time.
0 commit comments