Skip to content

Commit c2ab45a

Browse files
authored
Merge pull request #47207 from my-git9/pp-2653
[zh-cn] sync kubeadm/kubeadm-init.md
2 parents c149f75 + 3f3c554 commit c2ab45a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/zh-cn/docs/reference/setup-tools/kubeadm/kubeadm-init.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,12 +341,16 @@ as a learner and promoted to a voting member only after the etcd data are fully
341341
`PublicKeysECDSA`
342342
: Can be used to create a cluster that uses ECDSA certificates instead of the default RSA algorithm.
343343
Renewal of existing ECDSA certificates is also supported using `kubeadm certs renew`, but you cannot
344-
switch between the RSA and ECDSA algorithms on the fly or during upgrades.
344+
switch between the RSA and ECDSA algorithms on the fly or during upgrades. Kubernetes
345+
{{< skew currentVersion >}} has a bug where keys in generated kubeconfig files are set use RSA
346+
despite the feature gate being enabled.
345347
-->
346348
`PublicKeysECDSA`
347349
: 可用于创建集群时使用 ECDSA 证书而不是默认 RSA 算法。
348350
支持用 `kubeadm certs renew` 更新现有 ECDSA 证书,
349351
但你不能在集群运行期间或升级期间切换 RSA 和 ECDSA 算法。
352+
Kubernetes {{< skew currentVersion >}} 有一个错误,尽管开启了特性门控,
353+
所生成的 kubeconfig 文件中的密钥仍使用 RSA 设置。
350354

351355
<!--
352356
`RootlessControlPlane`

0 commit comments

Comments
 (0)