Skip to content

Commit c74901b

Browse files
authored
Merge pull request #39945 from craigbox/shortcodes-zh-cn
[zh-cn] Shortcode fixes
2 parents 87103a1 + a24742a commit c74901b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

content/zh-cn/docs/concepts/scheduling-eviction/scheduler-perf-tuning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ change will have no or little effect, for a similar reason.
207207
If your cluster has several hundred Nodes or fewer, leave this configuration option
208208
at its default value. Making changes is unlikely to improve the
209209
scheduler's performance significantly.
210+
{{< /note >}}
210211
-->
211212
{{< note >}}
212213
当集群中的可调度节点少于 50 个时,调度器仍然会去检查所有的 Node,

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates-removed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ In the following table:
360360
| `WindowsRunAsUserName` | `false` | Alpha | 1.16 | 1.16 |
361361
| `WindowsRunAsUserName` | `true` | Beta | 1.17 | 1.17 |
362362
| `WindowsRunAsUserName` | `true` | GA | 1.18 | 1.20 |
363+
{{< /table >}}
363364

364365
<!--
365366
## Descriptions for removed feature gates

content/zh-cn/docs/tasks/administer-cluster/encrypt-data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ is the first provider, the first key is used for encryption.
169169
`aesgcm` | 带有随机数的 AES-GCM | 必须每 200k 写入一次 | 最快 | 16、24 或者 32字节 | 建议不要使用,除非实施了自动密钥循环方案。
170170
`aescbc` | 填充 [PKCS#7](https://datatracker.ietf.org/doc/html/rfc2315) 的 AES-CBC | 弱 | 快 | 32 字节 | 由于 CBC 容易受到密文填塞攻击(Padding Oracle Attack),不推荐使用。
171171
`kms` | 使用信封加密方案:数据使用带有 [PKCS#7](https://datatracker.ietf.org/doc/html/rfc2315) 填充的 AES-CBC(v1.25 之前),从 v1.25 开始使用 AES-GCM 通过数据加密密钥(DEK)加密,DEK 根据 Key Management Service(KMS)中的配置通过密钥加密密钥(Key Encryption Keys,KEK)加密 | 最强 | 快 | 32 字节 | 建议使用第三方工具进行密钥管理。为每个加密生成新的 DEK,并由用户控制 KEK 轮换来简化密钥轮换。[配置 KMS 提供程序](/zh-cn/docs/tasks/administer-cluster/kms-provider/)
172+
{{< /table >}}
172173

173174
每个 provider 都支持多个密钥 - 在解密时会按顺序使用密钥,如果是第一个 provider,则第一个密钥用于加密。
174175

content/zh-cn/docs/tutorials/stateful-application/cassandra.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ To complete this tutorial, you should already have a basic familiarity with
9191
[Minikube](https://minikube.sigs.k8s.io/docs/) defaults to 2048MB of memory and 2 CPU.
9292
Running Minikube with the default resource configuration results in insufficient resource
9393
errors during this tutorial. To avoid these errors, start Minikube with the following settings:
94+
{{< /caution >}}
9495
-->
9596
### 额外的 Minikube 设置说明
9697

0 commit comments

Comments
 (0)