File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
content/en/docs/reference/setup-tools/kubeadm Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,9 @@ as a learner and promoted to a voting member only after the etcd data are fully
174
174
` PublicKeysECDSA `
175
175
: Can be used to create a cluster that uses ECDSA certificates instead of the default RSA algorithm.
176
176
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.
178
180
179
181
` RootlessControlPlane `
180
182
: Setting this flag configures the kubeadm deployed control plane component static Pod containers
You can’t perform that action at this time.
0 commit comments