Merge pull request #36435 from krmayankk/maxun

Fix grammar in blog https://kubernetes.io/blog/2022/08/31/cgroupv2-ga-1-25/
This commit is contained in:
Kubernetes Prow Robot 2022-08-31 05:45:01 -07:00 committed by GitHub
commit b19b244abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ The Linux kernel offers two versions of cgroups: cgroup v1 and cgroup v2.
cgroup v2 is the latest version of the Linux cgroup API. cgroup v2 provides a
unified control system with enhanced resource management capabilities.
cgroup v2 has been development in the Linux Kernel since 2016 and in recent
cgroup v2 has been in development in the Linux Kernel since 2016 and in recent
years has matured across the container ecosystem. With Kubernetes 1.25, cgroup
v2 support has graduated to general availability.