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

Co-authored-by: Michael <haifeng.yao@daocloud.io>
pull/42381/head
Brad McCoy 2023-08-11 15:30:36 +10:00 committed by GitHub
parent 8c39ec8eb2
commit 2290f3b1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ There are two main APIs that consumers use to gather stats about running contain
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:
- It Enhances the CRI API with enough metrics to be able to supplement the pod and container fields in the summary API directly from CRI.
- It enhances the CRI API with enough metrics to supplement the pod and container fields in the summary API directly from CRI.
- It Enhances the CRI implementations to broadcast the required metrics to fulfill the pod and container fields in the `/metrics/cadvisor` endpoint.