File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
content/zh-cn/docs/reference/setup-tools/kubeadm Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -341,12 +341,16 @@ as a learner and promoted to a voting member only after the etcd data are fully
341
341
`PublicKeysECDSA`
342
342
: Can be used to create a cluster that uses ECDSA certificates instead of the default RSA algorithm.
343
343
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.
345
347
-->
346
348
` PublicKeysECDSA `
347
349
: 可用于创建集群时使用 ECDSA 证书而不是默认 RSA 算法。
348
350
支持用 ` kubeadm certs renew ` 更新现有 ECDSA 证书,
349
351
但你不能在集群运行期间或升级期间切换 RSA 和 ECDSA 算法。
352
+ Kubernetes {{< skew currentVersion >}} 有一个错误,尽管开启了特性门控,
353
+ 所生成的 kubeconfig 文件中的密钥仍使用 RSA 设置。
350
354
351
355
<!--
352
356
`RootlessControlPlane`
You can’t perform that action at this time.
0 commit comments