From 3f8ac40b0e1a74778caa2ad1909b0a83174b08c1 Mon Sep 17 00:00:00 2001 From: pangqing Date: Fri, 4 Mar 2022 13:40:33 +0800 Subject: [PATCH] Modify the expulsion link initiated by API Signed-off-by: pangqing --- .../node-pressure-eviction.md | 2 +- ! | 53 ------------------- 2 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 ! diff --git a/content/zh/docs/concepts/scheduling-eviction/node-pressure-eviction.md b/content/zh/docs/concepts/scheduling-eviction/node-pressure-eviction.md index 906b604a0a..fcecf74a10 100644 --- a/content/zh/docs/concepts/scheduling-eviction/node-pressure-eviction.md +++ b/content/zh/docs/concepts/scheduling-eviction/node-pressure-eviction.md @@ -22,7 +22,7 @@ During a node-pressure eviction, the kubelet sets the `PodPhase` for the selected pods to `Failed`. This terminates the pods. Node-pressure eviction is not the same as -[API-initiated eviction](/docs/concepts/scheduling-eviction/api-eviction/). +[API-initiated eviction](/docs/reference/generated/kubernetes-api/v1.23/). --> {{}} 监控集群节点的 CPU、内存、磁盘空间和文件系统的 inode 等资源。 diff --git a/! b/! deleted file mode 100644 index 81274d27aa..0000000000 --- a/! +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: 调度,抢占和驱逐 -weight: 90 -content_type: concept -description: > - 在Kubernetes中,调度 (scheduling) 指的是确保 Pods 匹配到合适的节点, - 以便 kubelet 能够运行它们。抢占 (Preemption) 指的是终止低优先级的 Pods 以便高优先级的 Pods 可以 - 调度运行的过程。驱逐 (Eviction) 是在资源匮乏的节点上,主动让一个或多个 Pods 失效的过程。 ---- - - - - - - - -## 调度 - -* [Kubernetes 调度器](/zh/docs/concepts/scheduling-eviction/kube-scheduler/) -* [将 Pods 指派到节点](/zh/docs/concepts/scheduling-eviction/assign-pod-node/) -* [Pod 开销](/zh/docs/concepts/scheduling-eviction/pod-overhead/) -* [污点和容忍](/zh/docs/concepts/scheduling-eviction/taint-and-toleration/) -* [调度框架](/zh/docs/concepts/scheduling-eviction/scheduling-framework) -* [调度器的性能调试](/zh/docs/concepts/scheduling-eviction/scheduler-perf-tuning/) -* [扩展资源的资源装箱](/zh/docs/concepts/scheduling-eviction/resource-bin-packing/) - - - -## Pod 干扰 - -* [Pod 优先级和抢占](/zh/docs/concepts/scheduling-eviction/pod-priority-preemption/) -* [节点压力驱逐](/zh/docs/concepts/scheduling-eviction/pod-priority-preemption/) -* [API发起的驱逐](/zh/docs/concepts/scheduling-eviction/api-eviction/)