You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CPU和内存统称为*计算资源*,也可以称为*资源*。计算资源的数量是可以被请求、分配、消耗和可测量的。它们与 [API 资源](/docs/concepts/overview/kubernetes-api/) 不同。 API 资源(如 Pod 和 [Service](/docs/concepts/services-networking/service/))是可通过 Kubernetes API server 读取和修改的对象。
59
82
60
83
<!--
@@ -275,7 +298,7 @@ resource limits, see the
275
298
276
299
The resource usage of a Pod is reported as part of the Pod status.
277
300
278
-
If [optional monitoring](/docs/tasks/debug-application-cluster/resource-metrics-pipeline/)
301
+
If [optional monitoring](http://releases.k8s.io/{{< param "githubbranch" >}}/cluster/addons/cluster-monitoring/README.md)
279
302
is configured for your cluster, then Pod resource usage can be retrieved from
280
303
the monitoring system.
281
304
-->
@@ -284,7 +307,7 @@ the monitoring system.
284
307
285
308
Pod 的资源使用情况被报告为 Pod 状态的一部分。
286
309
287
-
如果为集群配置了 [可选监控](/docs/tasks/debug-application-cluster/resource-metrics-pipeline/),则可以从监控系统检索 Pod 资源的使用情况。
310
+
如果为集群配置了 [可选监控](http://releases.k8s.io/{{< param "githubbranch" >}}/cluster/addons/cluster-monitoring/README.md),则可以从监控系统检索 Pod 资源的使用情况。
0 commit comments