Update content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md

Co-authored-by: Shubham <shubham.kuchhal@india.nec.com>
This commit is contained in:
Jun 2024-06-19 13:40:36 +01:00 committed by GitHub
parent bd4d3326a3
commit 6762b8ca6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ Feature gate descriptions:
`PublicKeysECDSA`
: Can be used to create a cluster that uses ECDSA certificates instead of the default RSA algorithm.
Renewal of existing ECDSA certificates is also supported using `kubeadm certs renew`, but you cannot
switch between the RSA and ECDSA algorithms on the fly or during upgrades. Kubernetes {{< skew currentVersion >}} has
switch between the RSA and ECDSA algorithms on the fly or during upgrades. Kubernetes {{< skew currentVersion >}} has
a bug where keys in generated kubeconfig files are set use RSA despite the feature gate being enabled.
`RootlessControlPlane`