Skip to content

Commit 6b38d98

Browse files
authored
Merge pull request #42669 from gracenng/master
Remove "CRI container and pod statistics without cAdvisor" in release blog
2 parents 9782707 + a6127bc commit 6b38d98

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -221,18 +221,12 @@ 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).
225+
<hr />
226+
<a id="cri-container-and-pod-statistics-without-cadvisor" />
228227

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.
228+
**Correction**: the feature CRI container and pod statistics without cAdvisor has been removed as it did not make the release.
229+
The original release announcement stated that Kubernetes 1.28 included the new feature.
236230

237231
## Feature graduations and deprecations in Kubernetes v1.28
238232
### Graduations to stable

0 commit comments

Comments
 (0)