15 lines
463 B
Markdown
15 lines
463 B
Markdown
---
|
|
title: PodAndContainerStatsFromCRI
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.23"
|
|
---
|
|
Configure the kubelet to gather container and pod stats from the CRI container runtime rather than gathering them from cAdvisor.
|
|
As of 1.26, this also includes gathering metrics from CRI and emitting them over `/metrics/cadvisor` (rather than having cAdvisor emit them directly).
|