Merge pull request #24965 from howieyuen/zh-pod-overhead

[zh] sync from EN verison, move Pod Overhead concept inside Scheduling & Eviction
This commit is contained in:
Kubernetes Prow Robot 2020-11-12 21:46:23 -08:00 committed by GitHub
commit 72836ea1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 306 additions and 306 deletions

View File

@ -118,7 +118,7 @@ spec:
```
<!--
At admission time the RuntimeClass [admission controller](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/)
At admission time the RuntimeClass [admission controller](/docs/reference/access-authn-authz/admission-controllers/)
updates the workload's PodSpec to include the `overhead` as described in the RuntimeClass. If the PodSpec already has this field defined,
the Pod will be rejected. In the given example, since only the RuntimeClass name is specified, the admission controller mutates the Pod
to include an `overhead`.
@ -222,12 +222,12 @@ is used on the node, which provides a CLI for CRI-compatible container runtimes.
advanced example to show PodOverhead behavior, and it is not expected that users should need to check
cgroups directly on the node.
First, on the particular node, determine the Pod identifier:ying
First, on the particular node, determine the Pod identifier:
-->
在工作负载所运行的节点上检查 Pod 的内存 cgroups. 在接下来的例子中,将在该节点上使用具备 CRI 兼容的容器运行时命令行工具 [`crictl`](https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/crictl.md).
这是一个展示 PodOverhead 行为的进阶示例,用户并不需要直接在该节点上检查 cgroups.
首先在特定的节点上确定该 Pod 的标识符:ying
首先在特定的节点上确定该 Pod 的标识符:
<!--
```bash