Skip to content

Commit

Permalink
Merge pull request kubernetes#119238 from kiashok/exposeCommitMemoryCri
Browse files Browse the repository at this point in the history
Expose commit memory used in WindowsMemoryUsage struct
  • Loading branch information
k8s-ci-robot committed Jul 18, 2023
2 parents 7aa4e08 + 1351845 commit 6264fd9
Show file tree
Hide file tree
Showing 3 changed files with 509 additions and 423 deletions.
21 changes: 21 additions & 0 deletions staging/src/k8s.io/cri-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,27 @@ No changes
- [Add mappings for volumes](https://github.com/kubernetes/kubernetes/pull/116377)
- Added new fields to the type `Mount` expressing runtime UID/GID mappings for the mount.

### v1.28

`git diff v1.27.0 v1.28.0 -- staging/src/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto`

- [cri-api: fix comment lines about PROPAGATION_PRIVATE](https://github.com/kubernetes/kubernetes/pull/115704)
- Fixed comment lines about PROPAGATION_PRIVATE

- [Add user specified image to CRI ContainerConfig](https://github.com/kubernetes/kubernetes/pull/118652)
- Added the `user_specified_image` field to type `ImageSpec`

- [kubelet: get cgroup driver config from CRI ](https://github.com/kubernetes/kubernetes/pull/118770)
- Added rpc for querying runtime configuration
- Added cavieats about cgroup driver field

- [Add swap to stats to Summary API and Prometheus endpoints (/stats/summary and /metrics/resource)](https://github.com/kubernetes/kubernetes/pull/118865)
- Added `SwapUsage` type
- Added `SwapUsage` field to `ContainerStats` type

- [Expose commit memory used in WindowsMemoryUsage struct](https://github.com/kubernetes/kubernetes/pull/119238)
- Added the `commit_memory_bytes` field to type `WindowsMemoryUsage`

## Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the [community
Expand Down
Loading

0 comments on commit 6264fd9

Please sign in to comment.