Skip to content

Commit 017c8ff

Browse files
authored
Remove CRI container and pod statistics without cAdvisor
1 parent d190900 commit 017c8ff

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

content/en/blog/_posts/2023-08-15-kubernetes-1.28-blog.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -221,18 +221,8 @@ For instance, if indexed jobs were used as the basis for a suite of long-running
221221

222222

223223
For more information, read [Handling Pod and container failures](/docs/concepts/workloads/controllers/job/#handling-pod-and-container-failures) in the Kubernetes documentation.
224-
225-
## CRI container and pod statistics without cAdvisor
226224

227-
This encompasses two related pieces of work (changes to the kubelet's `/metrics/cadvisor` endpoint and improvements to the replacement _summary_ API).
228-
229-
There are two main APIs that consumers use to gather stats about running containers and pods: summary API and `/metrics/cadvisor`. The Kubelet is responsible for implementing the summary API, and cadvisor is responsible for fulfilling `/metrics/cadvisor`.
230-
231-
This enhances CRI implementations to be able to fulfill all the stats needs of Kubernetes. At a high level, there are two pieces of this:
232-
233-
- It enhances the CRI API with enough metrics to supplement the pod and container fields in the summary API directly from CRI.
234-
235-
- It enhances the CRI implementations to broadcast the required metrics to fulfill the pod and container fields in the `/metrics/cadvisor` endpoint.
225+
*Corrections*: the feature CRI container and pod statistics without cAdvisor has been removed as it did not make the release.
236226

237227
## Feature graduations and deprecations in Kubernetes v1.28
238228
### Graduations to stable

0 commit comments

Comments
 (0)