Modify the expulsion link initiated by API

Signed-off-by: pangqing <pangqing@uniontech.com>
This commit is contained in:
pangqing
2022-02-28 23:03:51 +08:00
parent c22571acb7
commit bff6d62c45
4 changed files with 10 additions and 10 deletions
@@ -30,9 +30,9 @@ Eviction is the process of terminating one or more Pods on Nodes.
<!--
There are two kinds of eviction:
* [Node-pressure eviction](/docs/concepts/scheduling-eviction/node-pressure-eviction/)
* [API-initiated eviction](/docs/concepts/scheduling-eviction/api-eviction/)
* [API-initiated eviction](/docs/reference/generated/kubernetes-api/v1.23/)
-->
驱逐的两种类型
* [节点压力驱逐](/zh/docs/concepts/scheduling-eviction/node-pressure-eviction/)
* [API 发起的驱逐](/zh/docs/concepts/scheduling-eviction/api-eviction/)
* [API 发起的驱逐](/docs/reference/generated/kubernetes-api/v1.23/)
@@ -45,6 +45,6 @@ kubelet 监控集群节点上的 CPU、内存、磁盘空间和文件系统 inod
kubelet 可以主动使节点上的一个或多个 Pod 失效,以回收资源并防止饥饿。
<!--
Node-pressure eviction is not the same as [API-initiated eviction](/docs/concepts/scheduling-eviction/api-eviction/).
Node-pressure eviction is not the same as [API-initiated eviction](/docs/reference/generated/kubernetes-api/v1.23/).
-->
节点压力驱逐不用于 [API 发起的驱逐](/zh/docs/concepts/scheduling-eviction/api-eviction/)。
节点压力驱逐不用于 [API 发起的驱逐](/docs/reference/generated/kubernetes-api/v1.23/)。