File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/reference/instrumentation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ description: >-
20
20
The [kubelet](/docs/reference/command-line-tools-reference/kubelet/) collects pod and
21
21
container metrics via [cAdvisor](https://github.com/google/cadvisor). As an alpha feature,
22
22
Kubernetes lets you configure the collection of pod and container
23
- metrics via the {{< glossary_tooltip term_id="cri " text="Container Runtime Interface">}} (CRI). You
23
+ metrics via the {{< glossary_tooltip term_id="container-runtime-interface " text="Container Runtime Interface">}} (CRI). You
24
24
must enable the `PodAndContainerStatsFromCRI` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) and
25
25
use a compatible CRI implementation (containerd >= 1.6.0, CRI-O >= 1.23.0) to
26
26
use the CRI based collection mechanism.
27
27
-->
28
28
[ kubelet] ( /zh-cn/docs/reference/command-line-tools-reference/kubelet/ ) 通过
29
29
[ cAdvisor] ( https://github.com/google/cadvisor ) 收集 Pod 和容器指标。作为一个 Alpha 特性,
30
- Kubernetes 允许你通过{{< glossary_tooltip term_id="cri " text="容器运行时接口">}}(CRI)
30
+ Kubernetes 允许你通过{{< glossary_tooltip term_id="container-runtime-interface " text="容器运行时接口">}}(CRI)
31
31
配置收集 Pod 和容器指标。要使用基于 CRI 的收集机制,你必须启用 ` PodAndContainerStatsFromCRI `
32
32
[ 特性门控] ( /zh-cn/docs/reference/command-line-tools-reference/feature-gates/ )
33
33
并使用兼容的 CRI 实现(containerd >= 1.6.0, CRI-O >= 1.23.0)。
You can’t perform that action at this time.
0 commit comments