File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
content/zh-cn/docs/concepts/architecture Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ constrain resources that are allocated to processes.
17
17
18
18
The {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} and the
19
19
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
21
21
includes cpu/memory requests and limits for containerized workloads.
22
22
23
23
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,因此如果有任何应用
204
204
<!--
205
205
## Identify the cgroup version on Linux Nodes {#check-cgroup-version}
206
206
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
208
208
default cgroup version configured on the OS. To check which cgroup version your
209
209
distribution uses, run the `stat -fc %T /sys/fs/cgroup/` command on
210
210
the node:
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ and doesn't register as a node.
64
64
<!--
65
65
## Upgrading
66
66
67
- When upgrading Kubernetes, then the kubelet tries to automatically select the
67
+ When upgrading Kubernetes, the kubelet tries to automatically select the
68
68
latest CRI version on restart of the component. If that fails, then the fallback
69
69
will take place as mentioned above. If a gRPC re-dial was required because the
70
70
container runtime has been upgraded, then the container runtime must also
You can’t perform that action at this time.
0 commit comments