Skip to content

Commit fa12882

Browse files
authored
Merge pull request #46442 from my-git9/pt-6289
[zh-cn] sync cri-pod-container-metrics
2 parents 501098a + cc41a50 commit fa12882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/reference/instrumentation/cri-pod-container-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ description: >-
2020
The [kubelet](/docs/reference/command-line-tools-reference/kubelet/) collects pod and
2121
container metrics via [cAdvisor](https://github.com/google/cadvisor). As an alpha feature,
2222
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
2424
must enable the `PodAndContainerStatsFromCRI` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) and
2525
use a compatible CRI implementation (containerd >= 1.6.0, CRI-O >= 1.23.0) to
2626
use the CRI based collection mechanism.
2727
-->
2828
[kubelet](/zh-cn/docs/reference/command-line-tools-reference/kubelet/) 通过
2929
[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)
3131
配置收集 Pod 和容器指标。要使用基于 CRI 的收集机制,你必须启用 `PodAndContainerStatsFromCRI`
3232
[特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)
3333
并使用兼容的 CRI 实现(containerd >= 1.6.0, CRI-O >= 1.23.0)。

0 commit comments

Comments
 (0)