Skip to content

Commit 5fd04c3

Browse files
author
pranav-pandey0804
committed
changed term id from cri to container-runtime-interface
1 parent 903dc8e commit 5fd04c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/instrumentation/node-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ By default, Kubernetes fetches node summary metrics data using an embedded
4040
[cAdvisor](https://github.com/google/cadvisor) that runs within the kubelet. If you
4141
enable the `PodAndContainerStatsFromCRI` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
4242
in your cluster, and you use a container runtime that supports statistics access via
43-
{{< glossary_tooltip term_id="cri" text="Container Runtime Interface">}} (CRI), then
43+
{{< glossary_tooltip term_id="container-runtime-interface" text="Container Runtime Interface">}} (CRI), then
4444
the kubelet [fetches Pod- and container-level metric data using CRI](/docs/reference/instrumentation/cri-pod-container-metrics), and not via cAdvisor.
4545

4646
## {{% heading "whatsnext" %}}

0 commit comments

Comments
 (0)