From 16abc209b807edd17658170196730ce78ad80bb1 Mon Sep 17 00:00:00 2001 From: Craig Box Date: Mon, 13 Mar 2023 10:54:52 +1300 Subject: [PATCH 1/2] Shortcode fixes for zh-cn --- .../docs/concepts/scheduling-eviction/scheduler-perf-tuning.md | 1 + .../command-line-tools-reference/feature-gates-removed.md | 1 + content/zh-cn/docs/tasks/administer-cluster/encrypt-data.md | 1 + content/zh-cn/docs/tutorials/stateful-application/cassandra.md | 1 + 4 files changed, 4 insertions(+) diff --git a/content/zh-cn/docs/concepts/scheduling-eviction/scheduler-perf-tuning.md b/content/zh-cn/docs/concepts/scheduling-eviction/scheduler-perf-tuning.md index 01574c7e0775d..d0f99047bae88 100644 --- a/content/zh-cn/docs/concepts/scheduling-eviction/scheduler-perf-tuning.md +++ b/content/zh-cn/docs/concepts/scheduling-eviction/scheduler-perf-tuning.md @@ -207,6 +207,7 @@ change will have no or little effect, for a similar reason. If your cluster has several hundred Nodes or fewer, leave this configuration option at its default value. Making changes is unlikely to improve the scheduler's performance significantly. +{{< /note >}} --> {{< note >}} 当集群中的可调度节点少于 50 个时,调度器仍然会去检查所有的 Node, diff --git a/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates-removed.md b/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates-removed.md index 4c1f7f5344661..0917e56fd824f 100644 --- a/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates-removed.md +++ b/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates-removed.md @@ -360,6 +360,7 @@ In the following table: | `WindowsRunAsUserName` | `false` | Alpha | 1.16 | 1.16 | | `WindowsRunAsUserName` | `true` | Beta | 1.17 | 1.17 | | `WindowsRunAsUserName` | `true` | GA | 1.18 | 1.20 | +{{< /table >}} ### 额外的 Minikube 设置说明 From a24742afbd8956d67d78ec3b2969915e9d101dfb Mon Sep 17 00:00:00 2001 From: Craig Box Date: Mon, 13 Mar 2023 13:15:59 +1300 Subject: [PATCH 2/2] Empty commit