Skip to content

Commit 84880c1

Browse files
committed
Update cluster-administration administer-cluster out-of-resource.md and namespaces.md
* sync with english version in administer-cluster out-of-resource.md and namespcaes.md Signed-off-by: ydFu <[email protected]>
1 parent 989dbbf commit 84880c1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

content/zh/docs/tasks/administer-cluster/namespaces.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ This page shows how to view, work in, and delete {{< glossary_tooltip text="name
2121

2222
<!--
2323
* Have an [existing Kubernetes cluster](/docs/setup/).
24-
* 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/)_.
24+
* 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" >}}.
2525
-->
26-
* 你已拥有一个[配置好的 Kubernetes 集群](/zh/docs/setup/).
27-
* 你已对 Kubernetes 的 _[Pods](/zh/docs/concepts/workloads/pods/)_,
28-
_[Services](/zh/docs/concepts/services-networking/service/)_, 和
29-
_[Deployments](/zh/docs/concepts/workloads/controllers/deployment/)_ 有基本理解。
26+
* 你已拥有一个[配置好的 Kubernetes 集群](/zh/docs/setup/)
27+
* 你已对 Kubernetes 的 {{< glossary_tooltip text="Pods" term_id="pod" >}} ,
28+
{{< glossary_tooltip term_id="service" text="Services" >}} , 和
29+
{{< glossary_tooltip text="Deployments" term_id="deployment" >}} 有基本理解。
3030

3131
<!-- steps -->
3232

content/zh/docs/tasks/administer-cluster/out-of-resource.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ the `kubelet` summary API.
5050
| `nodefs.inodesFree` | `nodefs.inodesFree` := `node.stats.fs.inodesFree` |
5151
| `imagefs.available` | `imagefs.available` := `node.stats.runtime.imagefs.available` |
5252
| `imagefs.inodesFree` | `imagefs.inodesFree` := `node.stats.runtime.imagefs.inodesFree` |
53+
| `pid.available` | `pid.available` := `node.stats.rlimit.maxpid` - `node.stats.rlimit.curproc` |
5354
-->
5455
| 驱逐信号 | 描述 |
5556
|----------------------------|---------------------------------------------------------------------|
@@ -58,7 +59,7 @@ the `kubelet` summary API.
5859
| `nodefs.inodesFree` | `nodefs.inodesFree` := `node.stats.fs.inodesFree` |
5960
| `imagefs.available` | `imagefs.available` := `node.stats.runtime.imagefs.available` |
6061
| `imagefs.inodesFree` | `imagefs.inodesFree` := `node.stats.runtime.imagefs.inodesFree` |
61-
62+
| `pid.available` | `pid.available` := `node.stats.rlimit.maxpid` - `node.stats.rlimit.curproc` |
6263
<!--
6364
Each of the above signals supports either a literal or percentage based value.
6465
The percentage based value is calculated relative to the total capacity

0 commit comments

Comments
 (0)