From c53c259af063b5c6f2a0e8604de78848b5abee16 Mon Sep 17 00:00:00 2001 From: xin gu <418294249@qq.com> Date: Thu, 27 Jul 2023 22:04:09 +0800 Subject: [PATCH] sync /scheduling-eviction/_index.md logging flow-control --- .../concepts/cluster-administration/flow-control.md | 2 +- .../docs/concepts/cluster-administration/logging.md | 10 +++++----- .../zh-cn/docs/concepts/scheduling-eviction/_index.md | 2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/content/zh-cn/docs/concepts/cluster-administration/flow-control.md b/content/zh-cn/docs/concepts/cluster-administration/flow-control.md index 1ec87e8a2d086..a21f76c2b8402 100644 --- a/content/zh-cn/docs/concepts/cluster-administration/flow-control.md +++ b/content/zh-cn/docs/concepts/cluster-administration/flow-control.md @@ -831,7 +831,7 @@ that originate from outside your cluster. 则可以配置规则,阻止所有来自集群外部的健康检查请求。 {{< /caution >}} -{{< codenew file="priority-and-fairness/health-for-strangers.yaml" >}} +{{% codenew file="priority-and-fairness/health-for-strangers.yaml" %}} 下面是运行两个边车容器的 Pod 的清单: -{{< codenew file="admin/logging/two-files-counter-pod-streaming-sidecar.yaml" >}} +{{% codenew file="admin/logging/two-files-counter-pod-streaming-sidecar.yaml" %}} ## 调度 @@ -64,6 +65,7 @@ of terminating one or more Pods on Nodes. * [调度器性能调试](/zh-cn/docs/concepts/scheduling-eviction/scheduler-perf-tuning/) * [扩展资源的资源装箱](/zh-cn/docs/concepts/scheduling-eviction/resource-bin-packing/) * [Pod 调度就绪](/zh-cn/docs/concepts/scheduling-eviction/pod-scheduling-readiness/) +* [Descheduler](https://github.com/kubernetes-sigs/descheduler#descheduler-for-kubernetes)