Skip to content

Commit 70bd73b

Browse files
authored
Merge pull request #46591 from pranav-pandey0804/criGlossary
Fix glossary tooltip link for 'Container Runtime Interface' text
2 parents efb65e6 + 5fd04c3 commit 70bd73b

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)