Skip to content

Commit 3d44dd6

Browse files
committed
[zh]sync concepts/architecture/cgroups.md/cri.md
Signed-off-by: xin.li <[email protected]>
1 parent fa1ccd9 commit 3d44dd6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/zh-cn/docs/concepts/architecture/cgroups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ constrain resources that are allocated to processes.
1717
1818
The {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} and the
1919
underlying container runtime need to interface with cgroups to enforce
20-
[resource mangement for pods and containers](/docs/concepts/configuration/manage-resources-containers/) which
20+
[resource management for pods and containers](/docs/concepts/configuration/manage-resources-containers/) which
2121
includes cpu/memory requests and limits for containerized workloads.
2222
2323
There are two versions of cgroups in Linux: cgroup v1 and cgroup v2. cgroup v2 is
@@ -204,7 +204,7 @@ cgroup v2 使用一个与 cgroup v1 不同的 API,因此如果有任何应用
204204
<!--
205205
## Identify the cgroup version on Linux Nodes {#check-cgroup-version}
206206
207-
The cgroup version depends on on the Linux distribution being used and the
207+
The cgroup version depends on the Linux distribution being used and the
208208
default cgroup version configured on the OS. To check which cgroup version your
209209
distribution uses, run the `stat -fc %T /sys/fs/cgroup/` command on
210210
the node:

content/zh-cn/docs/concepts/architecture/cri.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ and doesn't register as a node.
6464
<!--
6565
## Upgrading
6666
67-
When upgrading Kubernetes, then the kubelet tries to automatically select the
67+
When upgrading Kubernetes, the kubelet tries to automatically select the
6868
latest CRI version on restart of the component. If that fails, then the fallback
6969
will take place as mentioned above. If a gRPC re-dial was required because the
7070
container runtime has been upgraded, then the container runtime must also

0 commit comments

Comments
 (0)