Skip to content

Commit 3dfa81c

Browse files
authored
Merge pull request #46795 from neolit123/1.31-add-note-about-ecdsa-fg-kubeconfig-bug
kubeadm: add note about a bug in the PublicKeysECDSA FG
2 parents 71e850f + a493517 commit 3dfa81c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ as a learner and promoted to a voting member only after the etcd data are fully
174174
`PublicKeysECDSA`
175175
: Can be used to create a cluster that uses ECDSA certificates instead of the default RSA algorithm.
176176
Renewal of existing ECDSA certificates is also supported using `kubeadm certs renew`, but you cannot
177-
switch between the RSA and ECDSA algorithms on the fly or during upgrades.
177+
switch between the RSA and ECDSA algorithms on the fly or during upgrades. Kubernetes
178+
{{< skew currentVersion >}} has a bug where keys in generated kubeconfig files are set use RSA
179+
despite the feature gate being enabled.
178180

179181
`RootlessControlPlane`
180182
: Setting this flag configures the kubeadm deployed control plane component static Pod containers

0 commit comments

Comments
 (0)