Skip to content

Commit

Permalink
Merge pull request #46397 from pranav-pandey0804/criId
Browse files Browse the repository at this point in the history
Changed term-id from cri to container-runtime-interface
  • Loading branch information
k8s-ci-robot committed May 16, 2024
2 parents 95e6077 + 185bb4a commit 0b1f852
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: >-
The [kubelet](/docs/reference/command-line-tools-reference/kubelet/) collects pod and
container metrics via [cAdvisor](https://github.com/google/cadvisor). As an alpha feature,
Kubernetes lets you configure the collection of pod and container
metrics via the {{< glossary_tooltip term_id="cri" text="Container Runtime Interface">}} (CRI). You
metrics via the {{< glossary_tooltip term_id="container-runtime-interface" text="Container Runtime Interface">}} (CRI). You
must enable the `PodAndContainerStatsFromCRI` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) and
use a compatible CRI implementation (containerd >= 1.6.0, CRI-O >= 1.23.0) to
use the CRI based collection mechanism.
Expand Down

0 comments on commit 0b1f852

Please sign in to comment.