Skip to content

Commit

Permalink
Update cluster-administration administer-cluster out-of-resource.md a…
Browse files Browse the repository at this point in the history
…nd namespaces.md

* sync with english version in administer-cluster out-of-resource.md and namespcaes.md

Signed-off-by: ydFu <[email protected]>
  • Loading branch information
ydFu committed Jan 27, 2021
1 parent 989dbbf commit 84880c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions content/zh/docs/tasks/administer-cluster/namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ This page shows how to view, work in, and delete {{< glossary_tooltip text="name

<!--
* Have an [existing Kubernetes cluster](/docs/setup/).
* Have a basic understanding of Kubernetes _[Pods](/docs/concepts/workloads/pods/pod/)_, _[Services](/docs/concepts/services-networking/service/)_, and _[Deployments](/docs/concepts/workloads/controllers/deployment/)_.
* You have a basic understanding of Kubernetes {{< glossary_tooltip text="Pods" term_id="pod" >}}, {{< glossary_tooltip term_id="service" text="Services" >}}, and {{< glossary_tooltip text="Deployments" term_id="deployment" >}}.
-->
* 你已拥有一个[配置好的 Kubernetes 集群](/zh/docs/setup/).
* 你已对 Kubernetes 的 _[Pods](/zh/docs/concepts/workloads/pods/)_,
_[Services](/zh/docs/concepts/services-networking/service/)_, 和
_[Deployments](/zh/docs/concepts/workloads/controllers/deployment/)_ 有基本理解。
* 你已拥有一个[配置好的 Kubernetes 集群](/zh/docs/setup/)
* 你已对 Kubernetes 的 {{< glossary_tooltip text="Pods" term_id="pod" >}} ,
{{< glossary_tooltip term_id="service" text="Services" >}} , 和
{{< glossary_tooltip text="Deployments" term_id="deployment" >}} 有基本理解。

<!-- steps -->

Expand Down
3 changes: 2 additions & 1 deletion content/zh/docs/tasks/administer-cluster/out-of-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ the `kubelet` summary API.
| `nodefs.inodesFree` | `nodefs.inodesFree` := `node.stats.fs.inodesFree` |
| `imagefs.available` | `imagefs.available` := `node.stats.runtime.imagefs.available` |
| `imagefs.inodesFree` | `imagefs.inodesFree` := `node.stats.runtime.imagefs.inodesFree` |
| `pid.available` | `pid.available` := `node.stats.rlimit.maxpid` - `node.stats.rlimit.curproc` |
-->
| 驱逐信号 | 描述 |
|----------------------------|---------------------------------------------------------------------|
Expand All @@ -58,7 +59,7 @@ the `kubelet` summary API.
| `nodefs.inodesFree` | `nodefs.inodesFree` := `node.stats.fs.inodesFree` |
| `imagefs.available` | `imagefs.available` := `node.stats.runtime.imagefs.available` |
| `imagefs.inodesFree` | `imagefs.inodesFree` := `node.stats.runtime.imagefs.inodesFree` |

| `pid.available` | `pid.available` := `node.stats.rlimit.maxpid` - `node.stats.rlimit.curproc` |
<!--
Each of the above signals supports either a literal or percentage based value.
The percentage based value is calculated relative to the total capacity
Expand Down

0 comments on commit 84880c1

Please sign in to comment.