Merge pull request #46898 from SequoiaGod/Noterelease-1.29

Release 1.29-kubeadm: add note about a bug in the PublicKeysECDSA feature gate
pull/47395/head
Kubernetes Prow Robot 2024-06-20 04:42:17 -07:00 committed by GitHub
commit debcd63ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -176,7 +176,8 @@ as a learner and promoted to a voting member only after the etcd data are fully
`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.
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`
: Setting this flag configures the kubeadm deployed control plane component static Pod containers